Filters
Question type

Study Flashcards

SQL requires the use of the ADD command to enter data into a table.

A) True
B) False

Correct Answer

verifed

verified

Which of the following queries uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?


A) SELECT P_DESCRIPT,P_INDATE,P_PRICE,V_CODE FROM PRODUCT WHERE V_CODE = 21344 OR V_CODE <= 24288;
B) SELECT P_DESCRIPT,P_INDATE,P_PRICE,V_CODE FROM PRODUCT WHERE V_CODE = 21344 OR V_CODE => 24288;
C) SELECT P_DESCRIPT,P_INDATE,P_PRICE,V_CODE FROM PRODUCT WHERE V_CODE = 21344 OR V_CODE > 24288;
D) SELECT P_DESCRIPT,P_INDATE,P_PRICE,V_CODE FROM PRODUCT WHERE V_CODE = 21344 OR V_CODE = 24288;

E) All of the above
F) B) and C)

Correct Answer

verifed

verified

The SQL command that allows a user to permanently save data changes is .


A) INSERT
B) SELECT
C) COMMIT
D) UPDATE

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

The basic SQL vocabulary has fewer than words.

Correct Answer

verifed

verified

100 one hu...

View Answer

__ words are words used by SQL to perform specific functions.

Correct Answer

verifed

verified

If you have not yet used the COMMIT command to store the changes permanently in the database,you can restore the database to its previous condition with the ROLLBACK command.

A) True
B) False

Correct Answer

verifed

verified

The SQL data manipulation command HAVING:


A) restricts the selection of rows based on a conditional expression.
B) restricts the selection of grouped rows based on a condition.
C) modifies an attribute's values in one or more table's rows.
D) groups the selected rows based on one or more attributes.

E) B) and C)
F) B) and D)

Correct Answer

verifed

verified

Some RDBMSs,such as Oracle,automatically data changes when issuing data definition commands.


A) COMMIT
B) ROLLBACK
C) UNSAVE
D) UPDATE

E) None of the above
F) A) and C)

Correct Answer

verifed

verified

A(n)order sequence is a multilevel ordered sequence that can be created easily by listing several attributes,separated by commas,after the ORDER BY clause.

Correct Answer

verifed

verified

In the SQL environment,the word covers both questions and actions.

Correct Answer

verifed

verified

Rows can be grouped into smaller collections quickly and easily using the clause within the SELECT statement.

Correct Answer

verifed

verified

Most SQL implementations yield case-insensitive searches.

A) True
B) False

Correct Answer

verifed

verified

In Oracle,the command is used to change the display for a column,for example,to place a $ in front of a numeric value.


A) DISPLAY
B) FORMAT
C) CHAR
D) CONVERT

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.

A) True
B) False

Correct Answer

verifed

verified

All changes in a table structure are made using the command,followed by a keyword that produces the specific changes a user wants to make.


A) ALTER TABLE
B) UPDATE TABLE
C) COOMIT TABLE
D) ROLLBACK TABLE

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

A table can be deleted from the database by using the command.

Correct Answer

verifed

verified

The ANSI prescribes a standard SQL-the current fully approved version is known as SQL­07.

A) True
B) False

Correct Answer

verifed

verified

To delete an index,one must use the command.

Correct Answer

verifed

verified

What is a schema? How many schemas can be used in one database?

Correct Answer

verifed

verified

In the SQL environment,a schema is a log...

View Answer

With the exception of the database process,most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.

Correct Answer

verifed

verified

Showing 61 - 80 of 92

Related Exams

Show Answer