InterviewSolution
Saved Bookmarks
| 1. |
In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?(a) CREATE PACKAGE(b) CREATE SCHEMA(c) CREATE CLUSTER(d) All of the mentionedThe question was asked in class test.Query is from A Simple Transaction Model in chapter Transactions of Database Management |
|
Answer» The CORRECT ANSWER is (b) CREATE SCHEMA |
|