Upwork All skils Test Answers >> Upwork answers of MySQL >> Complete MySQL Quiz Answers
Question: With SQL, how do you select all the
records from a table named "Persons" where the value of the column
"FirstName" starts with an "a"?
The Answer of this quiz is ' SELECT * FROM Persons WHERE FirstName LIKE 'a%''
The Answer of this quiz is ' SELECT * FROM Persons WHERE FirstName LIKE 'a%''
No comments:
Post a Comment