Which five code segments should you use?

DRAG DROP
You have table named Employee that has two columns named firstName and lastName.
You need to insert synchronously the first and last name of an employee into the Employee table.
Which five code segments should you use? Develop the solution by selecting and arranging the required code segments in the correct order.
NOTE: You will not need all of the code segments.
Select and Place:

microsoft-exams

4 thoughts on “Which five code segments should you use?

  1. 1. using…
    2. connection.Open..
    3. Sqlcommand command =…
    4. command.Parameters..
    5. command.ExecuteNonQuery..

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.