Filters
Question type

Study Flashcards

The ____________________ data type stores integers but uses less space than the INT data type.

Correct Answer

verifed

verified

Dropping a table also deletes any data that you entered into the table.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations.


A) CHAR
B) CHARACTER
C) TEXT
D) STRING

Correct Answer

verifed

verified

When adding rows to character columns, make sure you enclose the values in single quotation marks.

Correct Answer

verifed

verified

You can use a special value to represent situations in which an actual value is unknown, unavailable, or not applicable. This special value is called a(n) ____________________ data value.

Correct Answer

verifed

verified

The ____________________ command adds rows to a table.

Correct Answer

verifed

verified

When you enter a new row into a table or modify an existing row, the values for one or more columns can be unknown or unavailable.

Correct Answer

verifed

verified

In Access, dates have the form ____.


A) DD/MM/YY
B) MM/DD/YYYY
C) YYYY/MON/DD
D) DD/MON/YYYY

Correct Answer

verifed

verified

In Oracle 10 G Express, you enter a command in the SQL editor pane and then click the ____________________ button to execute the command.

Correct Answer

verifed

verified

In Oracle, use the ____________________ command to list all columns in a table and their properties.

Correct Answer

verifed

verified

The DESCRIBE TABLE command defines a table's structure by listing its columns, data types, and column lengths.

Correct Answer

verifed

verified

In SQL, you cannot enter an apostrophe into a column whose type is character (CHAR).

Correct Answer

verifed

verified

Microsoft SQL Server 2005 is a DBMS designed for use in client-server applications.

Correct Answer

verifed

verified

Table names cannot contain spaces.

Correct Answer

verifed

verified

Which of the following is a valid name for a table?


A) TBL_1
B) 2_TBL
C) TBL 3
D) 4 tbl

Correct Answer

verifed

verified

To display all the rows and columns in a table, type the word SELECT, followed by a(n) ____, followed by the word FROM and then the name of the table containing the data you want to view.


A) single quote
B) asterisk
C) double quote
D) slash

Correct Answer

verifed

verified

To list all the columns in a table, use the LIST COLUMNS command.

Correct Answer

verifed

verified

To view data in a table, use the VIEW command.

Correct Answer

verifed

verified

You use the ____________________ command to describe the layout of a table.

Correct Answer

verifed

verified

Showing 41 - 60 of 75

Related Exams

Show Answer