Exam 7: Introduction to Structured Query Language SQL

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

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

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

1 one

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

Free
(True/False)
4.9/5
(37)
Correct Answer:
Verified

True

An alias cannot be used when a table is required to be joined to itself in a recursive query.

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

False

DATE()and SYSDATE are special functions that return today's date in MS Access and ,respectively.

(Short Answer)
4.9/5
(18)

You can select partial table contents by naming the desired fields and by placing restrictions on the rows to be included in the output.

(True/False)
4.8/5
(43)

The conditional LIKE must be used in conjunction with wildcard characters.

(True/False)
4.7/5
(42)

The specification is used to avoid having duplicated values in a column.

(Short Answer)
4.8/5
(28)

A common practice is to create a(n)on any field that is used as a search key,in comparison operations in a conditional expression,or when a user wants to list rows in a specific order.

(Short Answer)
4.7/5
(36)

An alias is especially useful when a table must be joined to itself in a(n)query.

(Short Answer)
4.9/5
(36)

String comparisons are made from left to right.

(True/False)
4.8/5
(33)

When a user issues the DELETE FROM tablename command without specifying a WHERE condition,.

(Multiple Choice)
4.9/5
(28)

A database language enables the user to perform complex queries designed to transform the raw data into useful information.

(True/False)
4.8/5
(30)

The constraint assigns a value to an attribute when a new row is added to a table.

(Multiple Choice)
4.8/5
(31)

All SQL commands must be issued on a single line.

(True/False)
4.9/5
(37)

Which of the following queries is used to list a unique value for V_CODE,where the list will produce only a list of those values that are different from one another?

(Multiple Choice)
4.7/5
(25)

The ANSI SQL standards are also accepted by the ISO.

(True/False)
4.8/5
(34)

To list the contents of a table,you must use the DISPLAY command.

(True/False)
5.0/5
(35)

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

(True/False)
4.7/5
(33)

The SQL aggregate function that gives the number of rows containing non-null values for a given column is .

(Multiple Choice)
4.7/5
(35)

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

(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 92
close modal

Filters

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