Workshop

The quiz and exercises are provided to help you solidify your understanding of the material covered today. Try to understand the quiz and exercise answers before continuing to tomorrow's lesson.

Quiz

1:

True or False: mysql is an interactive program only; you cannot make it read a text file of SQL.

A1: False. mysql can be used interactively or in batch mode.
2:When running the following command from the Unix command line, what database (if any) will mysql connect to?
$ mysql -p password
									
A2: It will try to connect to a database called password.
3:

True or False: After you create a table, it cannot be renamed.

A3: False. Use ALTER TABLE table_name RENAME AS new_table_name.
4:

True or False: Using ALTER TABLE, you can make multiple changes ...

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.