.
COUNT()
NUMBER()
SUM()
COUNT(*)
MOST
TOP
MAX
UPPER
DELETE
REMOVE
DROP
CLEAR
ASC
DESC
There is no default value
None of the mentioned
Union
Like
Group By
Max
The PRIMARY KEY uniquely identifies each record in a SQL database table
Primary key can be made based on multiple columns
Primary key must be made of any single columns
Primary keys must contain UNIQUE values.
Add columns
Add constraints
Delete columns
Delete constrains
All of the above
If WHERE clause in missing in statement the all records will be updated.
Only one record can be updated at a time using WHERE clause
Multiple records can be updated at a time using WHERE clause
None is wrong statement
Used to sort the result-set in ascending or descending order
The ORDER BY keyword sorts the records in ascending order by default.
To sort the records in ascending order, use the ASC keyword.
To sort the records in descending order, use the DECENDING keyword.
SQL DISTINCT
SQL UNIQUE
SQL BETWEEN
SQL Exists