Sail E0 Webinar
Question
With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?
Options:
A .  SELECT * FROM Persons WHERE FirstName='Peter'
B .  SELECT [all] FROM Persons WHERE FirstName='Peter'
C .  SELECT * FROM Persons WHERE FirstName'Peter'
D .  SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter'
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers