Your browser does not support JavaScript!

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

  • SELECT * FROM Persons WHERE FirstName = 'Peter' Correct
Similar IT-6314 questions