databases Online Quiz - 154
Description: databases Online Quiz - 154 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What are SQL “SELECT” statement capabilities.
To select all the columns from a table EMP, which one of the following is TRUE?
Select ename from emp where ename =”Scott”; This select statement executes successfully.
A Literal is enclosed in double quotes.
SQL is
Duplicate values are eliminated by which keyword
The two types of subqueries are:
Single-row subquery returns:
What is the result of the query below? SELECT Stud_name, Rollnum FROM STUDENT WHERE stud_marks=(SELECT MIN (stud_marks) FROM STUDENT GROUPBY Rollnum);
Which of the following is not a multiple-row operator?
Which operator compares a value to every value returned by a subquery?
A DML statement is executed when you
The right syntax insert a row into a table is
Which is the function that records the current date?
Fastload does not use Transient Journal
Please select the two phases of Fastload
DEFINE command in Fastload stands for
It is possible to restart Fastload script when the target table is created in the script
All Fastload commands should start with period(.) character
The support tables are created in which phase of Multiload