Exam 7: Introduction to Structured Query Language Sql

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

SQL requires the use of the ADD command to enter data into a table.

(True/False)
4.9/5
(38)

How can a table be deleted from the database? Provide an example.

(Essay)
4.9/5
(37)

All SQL commands must be issued on a single line.

(True/False)
4.8/5
(39)

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.7/5
(35)

The current fully approved version of standard SQL prescribed by the ANSI is .

(Multiple Choice)
4.7/5
(33)

A specialty field in mathematics, known as algebra, is dedicated to the use of logical operators.

(Short Answer)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(42)

You cannot insert a row containing a null attribute value using SQL.

(True/False)
4.9/5
(43)

In the SQL environment, the word covers both questions and actions.

(Short Answer)
4.9/5
(32)

Rows can be grouped into smaller collections quickly and easily using the clause within the SELECT statement.

(Short Answer)
4.9/5
(35)

words are words used by SQL to perform specific functions.

(Short Answer)
5.0/5
(41)

The special operator used to check whether an attribute value matches a given string pattern is .

(Multiple Choice)
4.9/5
(34)

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

(Essay)
4.9/5
(33)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(37)

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

(True/False)
4.9/5
(37)

The basic SQL vocabulary has fewer than words.

(Short Answer)
4.8/5
(30)

The condition is generally composed of an equality comparison between the foreign key and the primary key of related tables.

(Short Answer)
4.8/5
(32)

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

(True/False)
4.8/5
(37)

A(n) is a logical group of database objects, such as tables and indexes, that are related to each other.

(Short Answer)
4.9/5
(24)
Showing 61 - 80 of 111
close modal

Filters

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