A. DELETE employees; B. DESCRIBE employees; C. ROLLBACK TO SAVEPOINT C; D. GRANT SELECT ON employees TO SCOTT; E. ALTER TABLE employees SET UNUSED COLUMN sal; F. Select MAX(sal) FROM employees WHERE department_id = 20;
A. The start value of the sequence is always 1. B. A sequence always increments by 1. C. The minimum value of an ascending sequence defaults to 1. D. The maximum value of descending sequence defaults to 1.
The DBA issues this SQL command: What privileges does the user Scott have at this point?()
A. No privileges. B. Only the SELECT privilege. C. Only the CONNECT privilege. D. All the privileges of a default user.