Question 14: Which SQL statement to use to print out the records of all students whose last name starts with ‘L’? – LLODO

Question 14: Which SQL statement to use to print out the records of all students whose last name starts with ‘L’? A. SELECT * FROM KETQUA_KIEMTRA WHERE HO_SV LIKE ‘L%’; B. SELECT * FROM KETQUA_KIEMTRA WHERE HO_SV LIKE ‘L’; C. SELECT * FROM KETQUA_KIEMTRA WHERE HO_SV = ‘L’; D. SELECT * FROM KETQUA_KIEMTRA WHERE HO_SV […]

Question 6: Which of the following SQL statements is correct?

Question 6: Which of the following SQL statements is correct? A. SELECT * FROM Sales WHERE Date BETWEEN ’10/12/2005′ AND ’01/01/2006′ B. SELECT FROM Sales WHERE Date BETWEEN ’10/12/2005′ AND ’01/01/2006′ C. SELECT FROM Sales WHERE Date BETWEEN (’10/12/2005′, ’01/01/2006′) A is the correct answer =============== Link Hoc va de thi 2021

Chuyển đến thanh công cụ