V
Q. Which clause is used to sort the result by one or more columns?
Example: SELECT name, age, address FROM employee ORDER BY name;
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The keyword used with UNION that retains duplicate rows is . . . . . . . .
Q. The facility that allows nesting one select statement into another is
Q. What is xyz in the following MySQL statement? CREATE VIEW xyz AS SELECT a, b FROM t;
Q. Which of these take more space? Variable length columns, Fixed length columns
Q. The default case sensitivity of database and table names depends on
Q. Which data type character merges the "Check Constraint" into a data type definition?
Q. Which clause is used to filter groups?
Discusssion
Login to discuss.