The term _____ is sometimes used to refer to a data file in which all the records have the same record format, that is, the same field names, field lengths, and data types. Flat file Data structure None of these Database Table TRUE ANSWER : ? YOUR ANSWER : ?
The data dictionary tells the DBMS All of the listed here what attribute are possessed by the data what files are in the database what these files contain TRUE ANSWER : ? YOUR ANSWER : ?
The only reason for the existence of relations is to store instances of functional dependencies. True False TRUE ANSWER : ? YOUR ANSWER : ?
Embedded pointer provide a secondary access path All of these None of these an inverted index a physical record key TRUE ANSWER : ? YOUR ANSWER : ?
In SQL, which command(s) is(are) used to redefine an index's future storage allocation REDEFINE INDEX ALTER INDEX None of these MODIFY INDEX DO INDEX TRUE ANSWER : ? YOUR ANSWER : ?
What is the abbreviation used for a software package that permits the users to create, retrieve and maintain records in a database? DASD None of these EMMS DBMS FMS TRUE ANSWER : ? YOUR ANSWER : ?
SQL stands for ________ . Sequential Query Language Structured Question Language Sequential Question Language Structured Query Language TRUE ANSWER : ? YOUR ANSWER : ?
You have run an SQL statement that asked the DBMS to display data in a table named USER_TABLES. The results include columns of data labeled "TableName," "NumberOfColumns" and "PrimaryKey." You are looking at ________ . metadata user data indexes A report TRUE ANSWER : ? YOUR ANSWER : ?