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
You cannot modify data in a view if it contains: Group functions such as SUM, MIN, MAX, AVG, … A GROUP BY clause. The DISTINCT keyword. Columns defined by expressions (i.e, SAL * 12). The ROWNUM pseudo column.
A transaction is a set of SQL statements between any two COMMIT and ROLLBACK statements
Choose correct statement below
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
Before making a tablespace read only, which of the following conditions must be met
Select correct type of parameter mode used in oracle
You need to remove the database trigger T1. Which command do you use to remove the trigger in the SQL *Plus environment?
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?