databases Online Quiz - 165
Description: databases Online Quiz - 165 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which of the following is a SQL aggregate function
The JOIN is a SQL keyword used to ...
The difference between the DELETE and TRUNCATE SQL clauses is:
What does the CREATE TABLE statement do?
What is a trigger?
What does follow after the SQL SELECT clause?
Which clause specifies conditions that determines the groups included in the query?
What is Identity Column?
You want to make changes in another database object whenever any new database object is created. which of the following triggers will you use?
You are creating an index for an existing table. There is already a nonclustered index on the primary key. You would like to put the data into address sequence, which is made up of several fields. The address is not the primary key. What should you do?
Which SQL keyword is used to retrieve a minimum value?
What is the default value of PAD INDEX option in creation of indexes?
Name the SAP utility provided for performing Database administration activities like (backup,restore)
Find the Valid Oracle SID among the options given below
What Work Process is responsible for Database DML opeartions like Insert, Update and Delete?
Where do we find the Oracle alert log?
Deviating from SAP naming conventions for Oracle Database will result in?
Can you use both SELECT and WHERE SQL clauses in one SQL statement?
What is the purpose of the SQL AS clause?