Multiple Choice
Pete would like to set up a database called BAKE_SALE_FUNDRAISER so that he can begin defining the objects within it. Which MySQL command should Pete use?
A) CREATE DATABASE: BAKE_SALE_FUNDRAISER
B) CREATE DATABASE BAKE_SALE_FUNDRAISER;
C) ACTIVATE DATABASE BAKE_SALE_FUNDRAISER;
D) ACTIVATE DATABASE: BAKE_SALE_FUNDRAISER
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Which SQL command is used to view
Q14: The DESCRIBE TABLE command defines a SQL
Q15: To display all the rows and columns
Q16: What special value is used in SQL
Q17: In SQL Server, you can execute the
Q19: Which of the following SQL commands changes
Q20: Jesse has written some commands in MySQL
Q21: How can you correct errors in data?
Q22: When a script file contains more than
Q23: Which statement about changing the default database