CIS 1200 Ch 7 – Flashcards
Unlock all answers in this set
Unlock answersquestion
A database language enables the user to create database and table structures to perform basic data management chores.
answer
True
question
A database language enables the user to perform complex queries designed to transform the raw data into useful information.
answer
True
question
The ANSI prescribes a standard SQL-the current fully approved version is known as SQL07.
answer
False
question
The ANSI SQL standards are also accepted by the ISO.
answer
True
question
SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.
answer
False
question
Data type selection is usually dictated by the nature of the data and by the intended use.
answer
True
question
Only numeric data types can be added and subtracted in SQL.
answer
False
question
Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.
answer
True
question
The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.
answer
False
question
SQL requires the use of the ADD command to enter data into a table.
answer
False
question
You cannot insert a row containing a null attribute value using SQL.
answer
False
question
To list the contents of a table, you must use the DISPLAY command.
answer
False
question
Any changes made to the contents of a table are not physically saved on disk until you use the SAVE command.