Advertisements
Advertisements
Question
Which of the following clause cannot work with SELECT statement in MYSQL?
Options
FROM
INSERT INTO
WHERE
GROUP BY
MCQ
Solution
INSERT INTO
Explanation:
The INSERT INTO command inserts new records into a table. This command is used to add new data, not query existing data, and is not directly related to the SELECT statement.
shaalaa.com
Is there an error in this question or solution?