Exam 7: Introduction to Structured Query Language (SQL)

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

A(n)____________________ character is a symbol that can be used as a general substitute for other characters or commands.

(Short Answer)
4.9/5
(38)

Which query 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.9/5
(34)

Using the ____________________ command,SQL indexes can be created on the basis of any selected attribute.

(Short Answer)
4.9/5
(46)

The SQL command that lets you insert rows into a table is ____.

(Multiple Choice)
4.9/5
(29)

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

(True/False)
4.7/5
(39)

The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME,V_AREACODE,V_PHONE,and V_CONTACT fields from the VENDOR table where the values of V_CODE match is ____.

(Multiple Choice)
4.9/5
(35)

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

(Short Answer)
4.7/5
(19)

The ANSI SQL standards are also accepted by the ISO.

(True/False)
4.7/5
(36)

When joining three or more tables,you need to specify a join condition for one pair of tables.

(True/False)
4.8/5
(32)

SQL character data format(s)is(are)____.

(Multiple Choice)
4.8/5
(31)

The SQL query to output the contents of the EMPLOYEE table sorted by last name,first name,and initial is ____.

(Multiple Choice)
4.7/5
(32)

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

(True/False)
4.7/5
(36)

The special operator used to check for similar character strings is ____.

(Multiple Choice)
4.9/5
(35)

Only numeric data types can be added and subtracted in SQL.

(True/False)
4.8/5
(31)

The SQL command that lets you permanently save data changes is ____.

(Multiple Choice)
4.9/5
(29)

Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?

(Multiple Choice)
4.9/5
(35)

Frequency distributions can be created quickly and easily using the SQL ____________________ clause.

(Short Answer)
4.9/5
(38)

A(n)____________________,also known as a nested query or an inner query,is a query that is embedded (or nested)inside another query.

(Short Answer)
4.9/5
(32)

Data type selection is usually dictated by the nature of the data and by the intended use.

(True/False)
4.9/5
(44)

You can create a logical (virtual)table by using the MAKE VIEW command.

(True/False)
4.7/5
(37)
Showing 41 - 60 of 100
close modal

Filters

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