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 "LastName" is
alphabetically between (and including) "Hansen" and "Pettersen"?
The Answer of this quiz is ' SELECT * FROM Persons WHERE LastName BETWEEN 'Hansen' AND 'Pettersen''
The Answer of this quiz is ' SELECT * FROM Persons WHERE LastName BETWEEN 'Hansen' AND 'Pettersen''
No comments:
Post a Comment