You issue the following command to alter the country column in the departments table: Which statement is true? A. It produces an error because column definitions cannot be altered to add default values. B. It executes successfully and all the…

View the Exhibit and examine the structure of the CUSTOMERS table. You have been asked to produce a report on the customers table showing the customers details sorted in descending order of the city and in the descending order of…

Examine the structure of the employees table: There is a parent/child relationship between EMPLOYEE_ID and MANAGER_ID. You want to display the name, joining date, and manager for all the employees. Newly hired employees are yet to be assigned a department…