____________ is used to join a table to itself.
SelfJoin
EquiJoin
OuterJoin
InnerJoin
A Literal is enclosed in double quotes.
True
False
SQL is
Structured Query Language
Standard Query Language
System Query Language
Simple Query Language
A null is the same as zero or a blank space.
What is the output of the following? SELECT ROUND(1111.93412,3) FROM DUAL;
1112
1111.93
1111.93412
1111.934
What does the MOD Function do?
It divides both the values and gives the quotient.
It multiplies both the values and gives the product.
It divides both the values and gives the remainder.
There is no such function.
SYSDATE is a date function that returns the current database server date and time.
The value returned by the subquery is used by the main query.
To perform wild card search “Like” is used .