logo

CuriousTab

CuriousTab

Introduction to SQL problems


  • 1. COUNT(field_name) tallies only those rows that contain a value; it ignores all null values.

  • Options
  • A. True
  • B. False
  • Discuss
  • 2. SQL provides five built-in functions: COUNT, SUM, AVG, MAX, MIN.

  • Options
  • A. True
  • B. False
  • Discuss
  • 3. The keyword LIKE can be used in a WHERE clause to refer to a range of values.

  • Options
  • A. True
  • B. False
  • Discuss
  • 4. A dynamic view is one whose contents materialize when referenced.

  • Options
  • A. True
  • B. False
  • Discuss
  • 5. The format SELECT-FROM-WHERE is the fundamental framework of SQL SELECT statements.

  • Options
  • A. True
  • B. False
  • Discuss
  • 6. A SELECT statement within another SELECT statement and enclosed in square brackets ([...]) is called a subquery.

  • Options
  • A. True
  • B. False
  • Discuss
  • 7. Indexes may be created or dropped at any time.

  • Options
  • A. True
  • B. False
  • Discuss
  • 8. SQL is a programming language.

  • Options
  • A. True
  • B. False
  • Discuss
  • 9. The SELECT command, with its various clauses, allows users to query the data contained in the tables and ask many different questions or ad hoc queries.

  • Options
  • A. True
  • B. False
  • Discuss

First 2 3 4 5 6 7