Exam 3: Creating Tables

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

(Multiple Choice)
4.8/5
(44)

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

(True/False)
4.8/5
(30)

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.

(True/False)
4.8/5
(34)

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

(True/False)
4.8/5
(35)

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

(True/False)
4.7/5
(36)

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

(Short Answer)
4.8/5
(41)

Table names cannot contain spaces.

(True/False)
5.0/5
(37)

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.

(Multiple Choice)
4.8/5
(39)

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

(Short Answer)
4.8/5
(32)

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

(Short Answer)
4.7/5
(38)

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

(Short Answer)
4.8/5
(37)

In Access, dates have the form ____.

(Multiple Choice)
4.9/5
(37)

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

(True/False)
4.9/5
(43)

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

(Multiple Choice)
4.7/5
(40)

The ____________________ command adds rows to a table.

(Short Answer)
4.7/5
(46)

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

(True/False)
4.8/5
(36)

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

(True/False)
4.8/5
(30)

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

(True/False)
4.9/5
(33)

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

(True/False)
4.9/5
(42)

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.

(Short Answer)
4.8/5
(31)
Showing 41 - 60 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)