databases Online Quiz - 151
Description: databases Online Quiz - 151 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
The two types of subqueries are:
A Literal is enclosed in double quotes.
SQL is
Limiting the rows in a select statement for a specific condition is done by the clause
Which is the function that records the current date?
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);
Select ename from emp where ename =”Scott”; This select statement executes successfully.
What are SQL “SELECT” statement capabilities.
To select all the columns from a table EMP, which one of the following is TRUE?
Which is the command line tool to execute SQL Server Integration Services packages?
Function of Multicast Transformation is:
Which of the following is not a Control Flow Element?