databases Online Quiz - 164
Description: databases Online Quiz - 164 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which SQL statement selects all rows from table called Contest, with column ContestDate having values greater or equal to May 25, 2006?
Which SQL statement inserts data into a table called Projects?
Which of the following SQL statements will select all records with all their columns from a table called Sales.
Which of the following SQL statements deletes all rows in table called SalesData?
What is the ABS SQL function used for?
The HAVING clause can be used only with ...
If you join a table to itself, what kind of join are you using?
Which SQL keyword is used to retrieve a maximum value?
Which of the following SQL clauses specifies a search condition?
The IN SQL keyword…
A trigger is…
Which of the following is a SQL aggregate function
"select" - Belogns to
"select E_Name,E_Number from EMP order by 2" This Query is
Which key word is used to remove a table from the database
To Insert new a column in a table Tbl_Test which of the following query is used
Calling a stored Procedure inside a view is Possible
In the following which is not a DDL ?
select Project_ID,Project_Name,Project_Status from Projects group by Project_ID,Project_Status,Project_Name
When "Join" is used in a query which should not be used with that