Filters
Question type

Study Flashcards

Which command is used to save changes to the database? What is the syntax for this command?

Correct Answer

verifed

verified

Any changes made to the table contents a...

View Answer

To make SQL code more _______,most SQL programmers use one line per column (attribute)definition.

Correct Answer

verifed

verified

The COMMIT command does not permanently save all changes.In order to do that,you must use SAVE.

Correct Answer

verifed

verified

A specialty field in mathematics,known as algebra,is dedicated to the use of logical operators.

Correct Answer

verifed

verified

Which of the following queries will output the table contents when the value of V_CODE is equal to 21344?


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

Correct Answer

verifed

verified

SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.

Correct Answer

verifed

verified

If a user adds a new column to a table that already has rows,the existing rows will default to a value of for the new column.

Correct Answer

verifed

verified

A(n)is a logical group of database objects,such as tables and indexes,that are related to each other.

Correct Answer

verifed

verified

How can a table be deleted from the database? Provide an example.

Correct Answer

verifed

verified

A table can be deleted from the database...

View Answer

The clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.

Correct Answer

verifed

verified

Oracle users can use the Access QBE (query by example)query generator.

Correct Answer

verifed

verified

You cannot insert a row containing a null attribute value using SQL.

Correct Answer

verifed

verified

Showing 81 - 92 of 92

Related Exams

Show Answer