Exam 7: Introduction to Structured Query Language SQL

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

The COMMIT command does not permanently save all changes.In order to do that,you must use SAVE.

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

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

(True/False)
4.8/5
(28)

SQL is considered difficult to learn; its command set has a vocabulary of more than 300 words.

(True/False)
4.8/5
(37)

Oracle users can use the Access QBE (query by example)query generator.

(True/False)
4.8/5
(38)

If a user adds 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.9/5
(34)

To make SQL code more _______,most SQL programmers use one line per column (attribute)definition.

(Short Answer)
4.9/5
(44)

The clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.

(Short Answer)
4.8/5
(32)

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

(Essay)
4.7/5
(32)

Which command is used to save changes to the database? What is the syntax for this command?

(Essay)
4.8/5
(38)

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

(Short Answer)
4.8/5
(33)

Which of the following queries will output the table contents when the value of V_CODE is equal to 21344?

(Multiple Choice)
4.8/5
(36)
Showing 81 - 92 of 92
close modal

Filters

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