You work as a Database Administrator for Pass4sure.com. You have created a table named Students in a database. You want to add a PRIMARY KEY constraint to the Student_ID column of the Students table. Which
of the following statements will you use to accomplish the task?
Review the following ER diagram:
Which of the following queries will properly display the average unit_cost (rounded to two decimal places) for a given product on a Saturday and Order the results by the PROD_NAME column?
You work as a Database Administrator for Pass4sure.com. The company uses MySQL as its database. You
have created a table named Employees. You want to insert a row in the table.
The structure of the table is as follows:
Emp_ID NUMBER PRIMARY KEY
Emp_Name VARCHAR2 (30)
Emp_Address VARCHAR2 (40)
Which of the following statements can you use to accomplish the task?
Each correct answer represents a complete solution. Choose all that apply.
Adam works as a Database Administrator for Pass4sure.com. He creates a table named Students. He wants to create a new table named Class with the help of the Students table. Which of the following syntaxes will Adam
use to accomplish the task?