Which three are valid SQL keywords? Which three are valid SQL keywords? (Choose three.) Which three are valid SQL keywords? (Choose three.) A.GET B.WHAT C.FROM D.SELECT E.WHERE Show Hint ← Previous question Next question →
Christian Zalto Should be C (FROM) D (SELECT) and E (WHERE). There is no “GET” or “WHAT” in SQL. Reply R Agree Reply Bruno Agree Reply
Should be C (FROM) D (SELECT) and E (WHERE).
There is no “GET” or “WHAT” in SQL.
Agree
Agree
Agree
GET is C# keyword. SELECT, FROM, WHERE are SQL keywords. Correct is C, D, E
C, D, E are correct