Exam 5: Beginning Structured Query Language Sql
Exam 1: The Database Approach70 Questions
Exam 2: Database Development Process100 Questions
Exam 3: Data Models70 Questions
Exam 4: Relational Model Characteristics100 Questions
Exam 5: Beginning Structured Query Language Sql100 Questions
Exam 6: Procedural Language Sql and Advanced Sql100 Questions
Exam 7: Data Modeling With Entity Relationship Diagrams100 Questions
Exam 8: Data Modeling Advanced Concepts70 Questions
Exam 9: Normalizing Database Designs100 Questions
Exam 10: Distributed Databases70 Questions
Exam 11: Interacting With Databases Through the Web100 Questions
Exam 12: Database Administration and Security100 Questions
Exam 13: Managing Transactions and Concurrency70 Questions
Exam 14: Managing Database and Sql Performance70 Questions
Exam 15: Databases for Decision Support100 Questions
Select questions type
An alias is especially useful when a table must be joined to itself in a(n) ____________________ query.
(Short Answer)
4.8/5
(39)
The SQL command that lets you permanently save data changes is ____.
(Multiple Choice)
4.9/5
(47)
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.8/5
(33)
The ____ special operator is used to check whether an attribute value is null.
(Multiple Choice)
4.8/5
(40)
In SQL, all ____________________ expressions evaluate to true or false.
(Short Answer)
4.9/5
(36)
To list the contents of a table, you must use the DISPLAY command.
(True/False)
4.8/5
(32)
The ____________________ clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.
(Short Answer)
4.9/5
(31)
The most recent fully approved version of standard SQL prescribed by the ANSI is ____.
(Multiple Choice)
4.7/5
(33)
The COUNT function is designed to tally the number of non-null "values" of an attribute, and is often used in conjunction with the DISTINCT clause.
(True/False)
4.8/5
(31)
Rows can be grouped into smaller collections quickly and easily using the SQL ____________________ clause.
(Short Answer)
4.9/5
(41)
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.8/5
(39)
In a 1:M relationship, you must always create the table for the ____________________ side first.
(Short Answer)
4.9/5
(37)
Which of the following is used to select partial table contents?
(Multiple Choice)
4.9/5
(34)
Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?
(Multiple Choice)
4.8/5
(29)
The SQL command that lets you insert rows into a table is ____.
(Multiple Choice)
4.9/5
(36)
A(n) ____ is an alternate name given to a column or table in any SQL statement.
(Multiple Choice)
4.8/5
(32)
To delete a row from the PRODUCT table, use the ____ command.
(Multiple Choice)
4.8/5
(32)
Which query will output the table contents when the value of V_CODE is not equal to 21344?
(Multiple Choice)
4.8/5
(33)
A database language enables the user to create database and table structures to perform basic data management chores.
(True/False)
4.8/5
(32)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)