Tag: databases
Questions Related to databases
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
Fastload does not use Transient Journal
Please select the two phases of Fastload
DEFINE command in Fastload stands for