Exam 7: Introduction to Structured Query Language Sql

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

The ANSI SQL standards are also accepted by the ISO.

Free
(True/False)
4.7/5
(32)
Correct Answer:
Verified

True

is the process the DBMS uses to verify that only registered users access the database.

Free
(Short Answer)
4.8/5
(38)
Correct Answer:
Verified

Authentication

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

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

B

The SQL data manipulation command HAVING:

(Multiple Choice)
4.7/5
(31)

The special operator used to check whether an attribute value is within a range of values is .

(Multiple Choice)
4.9/5
(41)

A(n) is performed when data are retrieved from more than one table at a time.

(Short Answer)
4.8/5
(35)

The special operator used to check whether a subquery returns any rows is .

(Multiple Choice)
4.8/5
(36)

Which of the following queries will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand?

(Multiple Choice)
4.9/5
(38)

The syntax for creating an index is .

(Multiple Choice)
4.8/5
(37)

Which of the following queries will list all the rows in which the inventory stock dates occur on or after January 20, 2010?

(Multiple Choice)
4.9/5
(46)

Date procedures are often more software-specific than other SQL procedures.

(True/False)
4.9/5
(41)

The special operator is used to check whether an attribute value is null.

(Multiple Choice)
4.8/5
(32)

In a 1:M relationship, a user must always create the table for the side first.

(Short Answer)
4.8/5
(44)

A database language enables the user to create database and table structures to perform basic data management chores.

(True/False)
4.8/5
(23)

What are the wildcard characters that are used with the LIKE command? Provide one or more examples of each.

(Essay)
4.8/5
(34)

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

(Multiple Choice)
4.8/5
(35)

Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.

(True/False)
4.8/5
(34)

What is a subquery? When is it used? Does the RDBMS deal with subqueries any differently from normal queries?

(Essay)
4.8/5
(38)

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

(True/False)
4.9/5
(39)

The SQL aggregate function that gives the arithmetic mean for a specific column is .

(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 111
close modal

Filters

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