Question 126
Which three actions can you perform only with system privileges? (Choose three.)
Question 127
Which statement adds a column called SALARYto the EMPLOYEEStable having 100 rows, which cannot contain null?
ALTER TABLE EMPLOYEES
Question 128
View the exhibit and examine the structure of the CUSTOMERS table.
Which two tasks would require subqueries or joins to be executed in a single statement?
Question 129
Which three statements are true regarding indexes?
Question 130
Examine the description of the EMPLOYEES table:
Which statement increases each employee's SALARY by the minimum SALARY for their DEPARTM ENT_ID?
