Multiple Choice
Using Access, which command will create a new table named NewClients from an existing table named Clients?
A) CREATE NewClients FROM Clients;
B) SELECT * FROM Clients CREATE NewClients;
C) SELECT * INTO NewClients FROM Clients;
D) SELECT * MAKE NewClients FROM Clients;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Indexes can increase the efficiency with which
Q25: What is the difference between entity integrity
Q26: You can change the structure of a
Q27: In SQL, you use the VERIFY clause
Q28: A trigger is stored and compiled on
Q30: One advantage of a view is that
Q31: To create a view in Access, you
Q32: Discuss validation rules and validation text.
Q33: The command DEL INDEX CustList; would remove
Q34: One disadvantage of using views is that