Filters
Question type

Study Flashcards

A file containing SQL commands is called a(n) ____________________ file.

Correct Answer

verifed

verified

You can delete the entire table using the ____________________ TABLE command.

Correct Answer

verifed

verified

To create a table, type the word TABLE followed by the name of the table to be created and then by the names and data types of the columns that will comprise the table.

A) True
B) False

Correct Answer

verifed

verified

In Oracle 10 G Express, the results of a SQL command appear in the ____________________ pane.

Correct Answer

verifed

verified

Results

SQL was developed as the data manipulation language for IBM's prototype relational model DBMS, System R.

A) True
B) False

Correct Answer

verifed

verified

In Oracle, dates have the form ____.


A) DD-MON-YY
B) MON-DD-YY
C) YYYY-MON-DD
D) DD-MON-YYYY

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

The Oracle Database Express edition allows you to save a command so you can use it again without retyping it.

A) True
B) False

Correct Answer

verifed

verified

To change a value in a table, use the CHANGE command.

A) True
B) False

Correct Answer

verifed

verified

SQL was developed in the mid-____.


A) 1960s
B) 1970s
C) 1980s
D) 1990s

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

The data type indicates the type of data that a column can contain.

A) True
B) False

Correct Answer

verifed

verified

True

In SQL, there are special rules that specify that a particular word must begin in a particular position on the line.

A) True
B) False

Correct Answer

verifed

verified

In Oracle, the data type STRING(n) stores a character string n characters long.

A) True
B) False

Correct Answer

verifed

verified

In this text, SQL commands are illustrated using ____________________.

Correct Answer

verifed

verified

Oracle Oracle Database Express Edition Oracle 10G Express

Access does not use script files.

A) True
B) False

Correct Answer

verifed

verified

Why does the ZIP column in the REP table have a data type of CHAR, if a ZIP Code is made up of numbers?

Correct Answer

verifed

verified

Even though the ZIP column con...

View Answer

In Access, it is common to create a table using SQL.

A) True
B) False

Correct Answer

verifed

verified

If you added a row that should not be in a table, use a REMOVE command to remove it.

A) True
B) False

Correct Answer

verifed

verified

To run SQL commands in Access, you must first create a new query.

A) True
B) False

Correct Answer

verifed

verified

A ____ file is a text file with a .sql extension that contains SQL commands.


A) command
B) batch
C) sequel
D) script

E) B) and D)
F) C) and D)

Correct Answer

verifed

verified

The data type DECIMAL(5,2) represents a number with ____________________ places to the left and two places to the right of the decimal.

Correct Answer

verifed

verified

Showing 1 - 20 of 75

Related Exams

Show Answer