Multiple Choice
Consider the relations shown in the exhibit. Which of the following SQL statements would enter data from the Customers relation into the Atlanta_Customers relation?
A) INSERT INTO Atlanta_Customers VALUES( SELECT * FROM Customer s WHERE Sales_Office = Atlanta
B) SELECT * FROM Customers WHERE Sales_Office = Atlanta
C) INSERT INTO Atlanta_Customers SELECT Cust_No, Cust_Name, Satisfaction_Rate, Sales_Rep_No FROM Customers
D) Cust_Name, Sales_Office, Sales_Rep_No FROM Customers
Correct Answer:

Verified
Correct Answer:
Verified
Q25: What is a relational database domain?<br>A) A
Q26: Consider the following SQL statement and the
Q27: The exhibit shows a relation for a
Q28: Several SQL operations are performed by User
Q29: What is the highest normal form of
Q31: Which subset of Structured Query Language (SQL)
Q32: Consider the relational database shown in the
Q33: Your enterprise is creating a relation (shown
Q34: Consider the following database information: domain s_id:
Q35: Which concurrency control method should be used