Exam 3: Creating Tables

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

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

Free
(True/False)
4.9/5
(34)
Correct Answer:
Verified

True

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

Free
(Short Answer)
4.8/5
(39)
Correct Answer:
Verified

Results

In this text, SQL commands are illustrated using ____________________.

Free
(Short Answer)
4.9/5
(42)
Correct Answer:
Verified

Oracle
Oracle Database Express Edition
Oracle 10G Express

Access does not use script files.

(True/False)
4.9/5
(42)

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

(True/False)
5.0/5
(40)

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

(True/False)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(43)

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

(True/False)
4.8/5
(40)

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

(Essay)
4.8/5
(39)

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.

(True/False)
4.9/5
(38)

In Oracle, dates have the form ____.

(Multiple Choice)
4.9/5
(46)

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

(Short Answer)
4.8/5
(43)

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

(True/False)
4.9/5
(42)

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

(Short Answer)
5.0/5
(35)

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

(True/False)
4.8/5
(35)

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

(True/False)
4.9/5
(44)

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

(Short Answer)
4.8/5
(37)

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

(True/False)
4.9/5
(35)

SQL was developed in the mid-____.

(Multiple Choice)
4.8/5
(41)

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

(True/False)
4.8/5
(40)
Showing 1 - 20 of 75
close modal

Filters

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