1.
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?
2.
What kind of join automatically joins two or more tables based on common column names?
3.
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?
4.
Which of the following is the correct syntax for the DESCRIBE command?
5.
Which of the following are true about UPDATE statements? Each correct answer represents a complete solution. Choose all that apply.
6.
Which of the following INSERT statements is correct?
7.
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.
8.
Which of the following clauses is used with the CREATE VIEW statement?
9.
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?
10.
Which of the following statements will a user use to display a database in MySQL?