databases Online Quiz - 111
Description: databases Online Quiz - 111 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What is true of using group functions on columns that contain NULL Values
A transaction is a set of SQL statements between any two COMMIT and ROLLBACK statements
Which of the following syntax is correct for creating a proc
How can you migrate from a LONG to a LOB data type for a column?
You need to create a trigger on the EMP table that monitors every row that is changed and places this information into the AUDIT_TABLE. What type of trigger do you create?
NOARCHIVELOG mode does have the advantage of not having to write transactions to an archive log and thus increases the performance of the database slightly.
The ANALYZE command is used to gather statistics on a table
A cold backup is taking a backup of the database while it is shut down and does not require being in archive log mode.
What tablespace is automatically created when we create a database
In which four clauses can a subquery be used?
Uses of SSIS
What does the following SQL statement do: SELECT Customer, COUNT(Order) FROM Sales GROUP BY Customer HAVING COUNT(Order) >5
Which of the following SQL statements is correct?
What is a stored procedure?