Exam 3: Creating Tables

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

You indicate the end of a command by typing a ____.​

(Multiple Choice)
4.9/5
(35)

In Oracle,dates have the format ____.​

(Multiple Choice)
4.9/5
(41)

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

(True/False)
4.9/5
(38)

When a script file contains more than one command,each command must end with a(n)____.​

(Multiple Choice)
4.8/5
(40)

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)

The correct data type for the BALANCE column in the CUSTOMER table is ____.​

(Multiple Choice)
4.9/5
(31)

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
(35)

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

(True/False)
4.8/5
(29)

If your screen displays the SQL Scripts page,the Home>SQL Workshop>SQL Scripts reference near the top of the SQL Scripts page is called a ____.​

(Multiple Choice)
4.8/5
(35)

What are the common restrictions placed on table and column names?​

(Essay)
4.8/5
(32)

To delete an entire table,use the ____ command and then re-create the table.​

(Multiple Choice)
4.8/5
(35)

In Oracle 11 g Express,the results of a SQL command appear in the ____________________ pane.​

(Short Answer)
4.9/5
(37)

To view the data in a table,you use the ____________________ command.​

(Short Answer)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(37)

SQL was developed in the mid-____.​

(Multiple Choice)
4.8/5
(38)

Oracle stores script files is a special location called Saved Commands.​

(True/False)
4.8/5
(40)

To create a table,type the command DESCRIBE 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.8/5
(30)

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

(True/False)
4.9/5
(45)

To move back one or more pages in Oracle Database 11g Express,click the pages icon in the task bar.​

(True/False)
4.9/5
(32)

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

(True/False)
5.0/5
(36)
Showing 21 - 40 of 75
close modal

Filters

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