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

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

To get the current value of a sequence you would select the ____________________ pseudocolumn.

(Short Answer)
4.9/5
(38)

To suppress duplicate values from a query result use the ____________________ qualifier.

(Short Answer)
4.8/5
(28)

All database views are read-only.

(True/False)
4.8/5
(37)

If you think that you may wish to rollback part of a transaction,but not the whole thing,it is a good idea to create a ____.

(Multiple Choice)
4.7/5
(42)

The default sort order for the ORDER BY clause is ascending.

(True/False)
4.9/5
(27)

What is the result of selecting CONCAT(s_first,s_last)from student where s_first is "Emily" and s_last is "Smith"

(Multiple Choice)
4.8/5
(39)

Subqueries can be nested to many levels.

(True/False)
4.8/5
(35)

To get the current date and time,use the ____________________ pseudocolumn.

(Short Answer)
4.9/5
(37)

When you truncate a table by mistake,you can use the roll back command to retrieve the data.

(True/False)
4.8/5
(32)

An inner join is also known as a(n)____________________.

(Short Answer)
4.8/5
(38)

It is necessary to use the TO_DATE function and a format model to insert "01-JAN-2005" into a date column.

(True/False)
4.7/5
(36)

The ____________________ logical operator can be used to combine two search conditions.The result will evaluate to true if both conditions are true.

(Short Answer)
4.8/5
(27)

A series of action queries which represents a logical unit of work is known as a(n)____________________.

(Short Answer)
4.9/5
(33)

A join can only be used to retrieve data from two tables that are related via a foreign key relationship.

(True/False)
4.8/5
(34)

What is the difference between deleting all records from a table and truncating the table?

(Multiple Choice)
4.9/5
(39)

A(n)____ is an alternate name for a query column.

(Multiple Choice)
4.8/5
(40)

Use ____ to save a transaction.

(Multiple Choice)
4.8/5
(29)

You must use a table alias when creating a self-join.

(True/False)
4.9/5
(30)

Instead of typing "START script-path" at the prompt in SQL*Plus you can use the @ character: @script-path.

(True/False)
4.8/5
(42)

What format model would you use to display 1237.35 as $1237.35

(Multiple Choice)
4.7/5
(36)
Showing 61 - 80 of 100
close modal

Filters

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