N
Q. The keyword used with UNION that does not retain duplicate rows is ________
The keyword ‘DISTINCT’ used along with ‘UNION’ is synonymous with just the ‘UNION’ statement. It produces only the distinct rows from the combination of the two tables in the SELECT query.
You must be Logged in to update hint/solution
Q. Which statement is not true about SQL?
Q. Which statement is used to create a trigger?
Q. The privilege that must be given to the database to create a stored function or procedure is
Q. Select the correct order of precedence among the following?
Q. What will be returned by the given query? SELECT concat("It", "was", "ok");
Q. The –protocol value ‘TCP’ runs on which operating systems?
Q. Which of the following is TRUE about TCL?
Discusssion
Login to discuss.