Filters
Question type

Study Flashcards

Which of the following rules apply to table names in Oracle11g?


A) Names can contain blank spaces.
B) Names can be up to 225 characters in length.
C) Names can begin with a number.
D) Names can contain a number sign (#) .

Correct Answer

verifed

verified

In which format does Oracle10g display a date value?


A) DD-MON-YEAR
B) DAY-MM-YY
C) DD-MM-YY
D) DD-MON-YY

Correct Answer

verifed

verified

Which of the following rules does not apply to column names in Oracle11g?


A) Column names can contain numbers.
B) Column names can be up to 30 characters in length.
C) Column names must begin with a letter.
D) Column names can contain an ampersand (&) .

Correct Answer

verifed

verified

The abbreviation for the DESCRIBE command is  DES ‾\underline { \text { DES } } _________________________

Correct Answer

verifed

verified

Which of the following keywords is used to remove a database table in Oracle11g?


A) DROP TABLE
B) ALTER TABLE...DROP
C) DELETE TABLE
D) TRUNCATE TABLE

Correct Answer

verifed

verified

The structure of a table can be viewed by issuing the STRUCTURE command.

Correct Answer

verifed

verified

The  CHAR ‾\underline { \text { CHAR } } datatype is used to store variable-length data that can consist of letters and numbers. _________________________

Correct Answer

verifed

verified

If a column is defined as NUMBER(5,2) , which of the following is True?


A) The column can store a total of 7 digits, with 5 on the left side of the decimal point, and 2 on the right.
B) The column can store a total of 7 digits, all of them on the right side of the decimal point.
C) The column can store a total of 5 digits, with 3 on the left side of the decimal point, and 2 on the right.
D) The column can store a total of 5 digits, all of them on the left side of the decimal point.

Correct Answer

verifed

verified

A database object is a defined, self-contained structure in Oracle11g.

Correct Answer

verifed

verified

The maximum width of a NUMBER column is 25‾\underline { 25 } digits. _________________________

Correct Answer

verifed

verified

An automatic column will generate a value at runtime and may reference values from other columns.

Correct Answer

verifed

verified

A database must be shut down before the ALTER TABLE command can be executed.

Correct Answer

verifed

verified

The default size of the CHAR column is 2.‾\underline { 2. } _________________________

Correct Answer

verifed

verified

If a new table is being created based upon a subquery, the subquery must be enclosed in which of the following symbols?


A) " "
B) | |
C) ' '
D) ( )

Correct Answer

verifed

verified

 Seven bytes ‾\underline { \text { Seven bytes } } are allocated in a DATE column to store the century, year, month, day, hour, minute, and second of a date. _________________________

Correct Answer

verifed

verified

The name of a table can be changed with the ____________________ command.

Correct Answer

verifed

verified

RENAME
REN...

View Answer

The scale of a NUMBER column indicates the number of digits that can be displayed to the right of the decimal point.

Correct Answer

verifed

verified

Every table name within a specific schema must be unique.

Correct Answer

verifed

verified

Which of the following is a valid column name?


A) VARCHAR2
B) DISTINCT
C) NEW_COLUMN
D) CHAR

Correct Answer

verifed

verified

Which command instructs Oracle11g to create a new table from existing data?


A) CREATE NEW TABLE
B) CREATE TABLE...FROM
C) CREATE TABLE
D) CREATE TABLE...AS

Correct Answer

verifed

verified

Showing 101 - 120 of 132

Related Exams

Show Answer