Exam 7: Introduction to Structured Query Language (SQL)
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
The conditional LIKE must be used in conjunction with wildcard characters.
(True/False)
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.8/5
(17)
If your integer values are relatively small,use ____________________ instead of INT.
(Short Answer)
4.9/5
(28)
You can select partial table contents by naming the desired fields and by placing restrictions on the rows to be included in the output.
(True/False)
4.8/5
(41)
The ____ command would be used to delete the table row where the P_CODE is 'BRT-345'.
(Multiple Choice)
4.8/5
(32)
A(n)____ is an alternate name given to a column or table in any SQL statement.
(Multiple Choice)
4.9/5
(32)
To join tables,simply enumerate the tables in the FROM clause of the SELECT statement.The DBMS will create a Cartesian product of every table in the FROM clause.To get the correct results,you need to select the rows in which the common attributes do not match.
(True/False)
4.9/5
(34)
COUNT 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.9/5
(37)
Which of the following is used to select partial table contents?
(Multiple Choice)
4.8/5
(36)
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
(35)
The basic SQL vocabulary has fewer than ____________________ words.
(Short Answer)
4.8/5
(35)
The ANSI prescribes a standard SQL-the current fully approved version is known as SQL-07.
(True/False)
4.9/5
(37)
The ____ command is used to restore the table's contents to their previous values.
(Multiple Choice)
4.8/5
(33)
Which query will output the table contents when the value of V_CODE is equal to 21344?
(Multiple Choice)
4.8/5
(38)
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
(32)
The SQL command that lets you select attributes from rows in one or more tables is ____.
(Multiple Choice)
4.8/5
(33)
The ____ command is used with the ALTER TABLE command to modify the table by deleting a column.
(Multiple Choice)
4.8/5
(24)
The COMMIT command does not permanently save all changes.In order to do that,you must use SAVE.
(True/False)
4.9/5
(39)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)