databases Online Quiz - 178
Description: databases Online Quiz - 178 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
SELECT department, COUNT(1) FROM employees WHERE salary > 25000 GROUP BY department; What about this query :-) ?
where would you find automatic_ipc parameter ?
Which of the following statements creates an Oracle account, but lets the operating system authenticate logons?
Which of the following types of statements can use a temporary tablespace?
Which of the following statements gives user desmond the ability to alter table gl.accounts?
Which of the following statements gives user desmond the ability to alter table gl.accounts as well as give this ability to other accounts?
The following SQL statement will allow user regina to perform which operations on sequence oe.orders_seq? GRANT ALL ON oe.orders_seq TO regina;
User system granted SELECT on sh.products to user A using WITH GRANT OPTION. A then granted SELECT on sh.products to user B. A has left the company, and his account is dropped. What happens to B’s privileges on sh.products?
User system granted SELECT ANY TABLE to user A using WITH ADMIN OPTION. A then granted SELECT ANY TABLE to user B. Ian A left the company, and his account is dropped. What happens to B's privileges?
Which of the following system privileges can allow the grantee to masquerade as another user and therefore should be granted judiciously?
Which of the following SQL statements allows user augustin to use the privileges associated with the password-protected role info_czar, which has been granted to him?
Which things should be considered while deciding the size of undo tablespace in your database ( choose three)
You suspect unauthorized data manipulation language (DML) operations on a particular table. You want to track users who performing the transactions and the values used in the transactions. Also you plan to transfer these values to another table for analysis. How would you achieve this?
Which of the following is invalid db2 component :
Package is a
Responsibility of OPTIMIZER is :
If an object is dropped , all Application plans that were using the object are marked by DB2 as invalid ( True or False)
If a new object is created , DB2 automatically starts using it (True or False)