Which is an iSQL*Plus command?
Examine the statement:Create synonym emp for hr.employees;What happens when you issue the statement?
Evaluate the following SQL query;What would be the outcome?
Examine the description of the EMPLOYEES table:EMP_ID NUMBER(4) NOT NULL -LAST_NAME VARCHAR2(30) NOT NULL -FIRST_NAME VARCHAR2(30)DEPT_ID NUMBER(2)Which statement produces the number of different departments that have employees with last name Smith?
Which two statements are true regarding single row functions? (Choose two.)
Evaluate the SQL statement:TRUNCATE TABLE DEPT;Which three are true about the SQL statement? (Choose three.)