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
The SQL aggregate function that gives the average for the specific column is ____.
(Multiple Choice)
4.9/5
(37)
An example of a command you would use when making changes to a PRODUCT table is ____.
(Multiple Choice)
4.9/5
(43)
Which query will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand?
(Multiple Choice)
4.9/5
(31)
A table can be deleted from the database by using the ____ command.
(Multiple Choice)
4.8/5
(35)
In Oracle, the ____ command is used to change the display for a column, for example, to place a $ in front of a numeric value.
(Multiple Choice)
4.7/5
(33)
The SQL query to output the contents of the EMPLOYEE table sorted by last name, first name, and initial is ____.
(Multiple Choice)
4.8/5
(36)
When you issue the DELETE FROM tablename command without specifying a WHERE condition, ____.
(Multiple Choice)
4.7/5
(32)
A(n) ____________________ is performed when data is retrieved from more than one table at a time.
(Short Answer)
4.9/5
(31)
Any changes made to the contents of a table are not physically saved on disk until you use the SAVE <table name> command.
(True/False)
4.9/5
(38)
SQL requires the use of the ADD command to enter data into a table.
(True/False)
4.8/5
(37)
What is a subquery? When is it used? Does the RDBMS deal with subqueries any differently from normal queries?
(Essay)
4.9/5
(32)
The SQL command that lets you select attributes from rows in one or more tables is ____.
(Multiple Choice)
4.8/5
(34)
The ____ command is used to restore the table's contents to their previous values.
(Multiple Choice)
4.8/5
(41)
Oracle users can use the Access QBE (query by example) query generator.
(True/False)
5.0/5
(30)
Which query will output the table contents when the value of P_PRICE is less than or equal to 10?
(Multiple Choice)
4.7/5
(40)
The ____ command would be used to delete the table row where the P_CODE is 'BRT-345'.
(Multiple Choice)
5.0/5
(30)
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.8/5
(36)
The special operator used to check for similar character strings is ____.
(Multiple Choice)
4.9/5
(45)
Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.
(True/False)
4.9/5
(38)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)