Examlex

Solved

Contents of the PUBLISHER Table​

question 56

Multiple Choice

Contents of the PUBLISHER table​
Contents of the PUBLISHER table​    -Which of the following commands will delete only publisher 4 from the PUBLISHER table? A)  ​DELETE FROM publisher; B)  ​DELETE pubid = 4 FROM publisher; C)  ​DROP FROM publisher WHERE pubid = 4; D)  ​DELETE FROM publisher WHERE pubid = 4;
-Which of the following commands will delete only publisher 4 from the PUBLISHER table?


Definitions:

Summary Report

A report generated by a management information system that provides a consolidated picture of detailed data; these reports usually include some calculation or visual displays of information.

Transactions

In computing and database management, a transaction is a sequence of information exchange and work done in database systems that are treated as a single unit of work; it must either complete entirely or not at all.

MIS

Short for Management Information Systems, these are computerized databases of financial information organized and programmed in such a way that they produce regular reports on operations for every level of management in a company.

Data Mart

Small slices of a data warehouse grouped together and separated from the main body of data in the data warehouse so that related sets of data can be analyzed.

Related Questions