A Guide to SQL, Ninth Edition Solutions 6-1
4. UPDATE
8. Before beginning the updates for a transaction, commit any previous updates by executing the
COMMIT command. Complete the updates for the transaction. If any update cannot be
9. The clause is SET followed by the column name, followed by an equals sign (=) and the word
11. In Oracle, the ALTER TABLE command with the MODIFY clause. In SQL Server, the ALTER
13. [Critical Thinking] A make table query is a query that allows you to create a table from another
Answers to TAL Distributors Exercises
1.
CREATE TABLE NONGAME
(ITEM_NUM CHAR(4) PRIMARY KEY,
DESCRIPTION CHAR(30),