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
Which query will output the table contents when the value of P_PRICE is less than or equal to 10?
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
B
Which query will output the table contents when the value of the character field P_CODE is alphabetically less than 1558-QW1?
Free
(Multiple Choice)
5.0/5
(34)
Correct Answer:
A
The SQL command that lets you permanently save data changes is ____.
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
C
With the exception of the ____________________ process,most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.
(Short Answer)
4.8/5
(34)
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
(35)
Data type selection is usually dictated by the nature of the data and by the intended use.
(True/False)
4.9/5
(36)
UPDATE tablename *****
[WHERE conditionlist];
The ____ command replaces the ***** in the syntax of the UPDATE command,shown above.
(Multiple Choice)
4.9/5
(34)
A database language enables the user to create database and table structures to perform basic data management chores.
(True/False)
4.8/5
(37)
The query used to list the P_CODE,P_DESCRIPT,P_INDATE,and P_PRICE fields from the PRODUCT table in ascending order by P_PRICE is ____.
(Multiple Choice)
4.8/5
(30)
Which query will list all the rows in which the inventory stock dates occur on or after January 20,2010?
(Multiple Choice)
4.9/5
(26)
What is a subquery? When is it used? Does the RDBMS deal with subqueries any differently from normal queries?
(Essay)
4.9/5
(27)
The SQL query to output the contents of the EMPLOYEE table sorted by last name,first name,and initial is ____.
(Multiple Choice)
5.0/5
(37)
If you add a new column to a table that already has rows,the existing rows will default to a value of ____________________ for the new column.
(Short Answer)
4.9/5
(42)
Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.
(True/False)
4.7/5
(35)
The special operator used to check whether a subquery returns any rows is ____.
(Multiple Choice)
4.8/5
(30)
The SQL command that modifies an attribute's values in one or more table's rows is ____.
(Multiple Choice)
5.0/5
(43)
Since computers identify all characters by their numeric codes,mathematical operators cannot be used to place restrictions on character-based attributes.
(True/False)
4.8/5
(35)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)