“SELECT” clause cannot be used without which clause in Mysql?
(a) FROM
(b) WHERE
(c) ORDER BY
(d) All of the mentioned
(a) FROM
(b) WHERE
(c) ORDER BY
(d) All of the mentioned
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (a) FROM
Easy explanation: “FROM” clause is necessary to point out tables in the database.