Exam 7: Introduction to Structured Query Language (SQL)

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

What is a view? What is the command used to create a view?

(Essay)
4.8/5
(30)

All SQL commands must be issued on a single line.

(True/False)
4.8/5
(28)

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

(Multiple Choice)
4.9/5
(29)

String comparisons are made from left to right.

(True/False)
4.9/5
(38)

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

(True/False)
4.7/5
(39)

In an INSERT command,you can indicate just the attributes that have required values by listing the ____________________ inside parentheses after the table name.

(Short Answer)
4.7/5
(40)

A(n)____________________ order sequence is a multilevel ordered sequence that can be created easily by listing several attributes,separated by commas,after the ORDER BY clause.

(Short Answer)
4.9/5
(44)

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

(Short Answer)
4.8/5
(40)

Since computers identify all characters by their numeric codes,mathematical operators cannot be used to place restrictions on character-based attributes.

(True/False)
4.8/5
(38)

UPDATE tablename ***** [WHERE conditionlist]; The ____ command replaces the ***** in the syntax of the UPDATE command,shown above.

(Multiple Choice)
5.0/5
(27)

An example of a command you would use when making changes to a PRODUCT table is ____.

(Multiple Choice)
4.9/5
(43)

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

(Short Answer)
4.9/5
(37)

The most recent fully approved version of standard SQL prescribed by the ANSI is ____.

(Multiple Choice)
4.9/5
(36)

What is a schema? How many schemas can be used in one database?

(Essay)
4.8/5
(40)

When you issue the DELETE FROM tablename command without specifying a WHERE condition,____.

(Multiple Choice)
4.8/5
(26)

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

(Multiple Choice)
4.9/5
(34)

The CHECK constraint is used to define a condition for the values that the attribute domain cannot have.

(True/False)
4.9/5
(30)

The SQL aggregate function that gives the average for the specific column is ____.

(Multiple Choice)
4.8/5
(41)

The SQL command that modifies an attribute's values in one or more table's rows is ____.

(Multiple Choice)
4.7/5
(42)

If you add a new column to a table that already has rows,the existing rows will default to a value of ____________________ for the new column.

(Short Answer)
4.7/5
(35)
Showing 81 - 100 of 100
close modal

Filters

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