Exam 3: Using SQL Queries to Insert, update, delete, and View Data

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

To modify the SQL*Plus display settings click ____ on the menu bar,and then click Environment.

(Multiple Choice)
4.8/5
(39)

A search condition begins with the keyword ____.

(Multiple Choice)
4.8/5
(32)

To add two string values together to form one string,use the ____________________ function.

(Short Answer)
4.8/5
(32)

The ____ command is used to run a script.

(Multiple Choice)
4.9/5
(35)

Explain what a search condition is and describe the SQL syntax.

(Essay)
4.9/5
(40)

The = operator is used by an exact search condition.

(True/False)
4.8/5
(36)

You can choose to increment a sequence by a number other than 1 when each next value is retrieved.

(True/False)
4.9/5
(29)

____ is the default date format.

(Multiple Choice)
4.8/5
(35)

Duplicate values will automatically be suppressed from query results unless you specify otherwise.

(True/False)
4.8/5
(41)

If you do not wish to save the changes made in a transaction,use the ____________________ command to undo them.

(Short Answer)
4.9/5
(35)

Which query is executed first in a nested subquery?

(Multiple Choice)
4.8/5
(28)

To remove privileges from a user,use the ____ command.

(Multiple Choice)
4.8/5
(35)

To sort query output,use the ____________________ clause.

(Short Answer)
4.8/5
(36)

ROUND is a ____ function.

(Multiple Choice)
4.8/5
(39)

If you are selecting from a table in another user's schema,you must qualify the table name with the schema name.

(True/False)
4.8/5
(32)

Which character is used to indicate the outer table in an outer join?

(Multiple Choice)
4.9/5
(29)

DML commands that insert,update,or delete database data are called ____________________.

(Short Answer)
4.8/5
(38)

What character is used to retrieve all columns in a table?

(Multiple Choice)
4.9/5
(41)

If o_date is a DATE column,the expression o_date + 10 will give a value 10 days from o_date.

(True/False)
4.7/5
(36)

The set operator ____________________ returns only rows returned by both queries.

(Short Answer)
4.8/5
(30)
Showing 21 - 40 of 100
close modal

Filters

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