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
A(n)____________________ character is a symbol that can be used as a general substitute for other characters or commands.
(Short Answer)
4.9/5
(38)
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.9/5
(34)
Using the ____________________ command,SQL indexes can be created on the basis of any selected attribute.
(Short Answer)
4.9/5
(46)
The SQL command that lets you insert rows into a table is ____.
(Multiple Choice)
4.9/5
(29)
You cannot insert a row containing a null attribute value using SQL.
(True/False)
4.7/5
(39)
The query to join the P_DESCRIPT and P_PRICE fields from the PRODUCT table and the V_NAME,V_AREACODE,V_PHONE,and V_CONTACT fields from the VENDOR table where the values of V_CODE match is ____.
(Multiple Choice)
4.9/5
(35)
The ____________________ clause of the GROUP BY statement operates very much like the WHERE clause in the SELECT statement.
(Short Answer)
4.7/5
(19)
When joining three or more tables,you need to specify a join condition for one pair of tables.
(True/False)
4.8/5
(32)
The SQL query to output the contents of the EMPLOYEE table sorted by last name,first name,and initial is ____.
(Multiple Choice)
4.7/5
(32)
Oracle users can use the Access QBE (query by example)query generator.
(True/False)
4.7/5
(36)
The special operator used to check for similar character strings is ____.
(Multiple Choice)
4.9/5
(35)
The SQL command that lets you permanently save data changes is ____.
(Multiple Choice)
4.9/5
(29)
Which query uses the correct SQL syntax to list the table contents for either V_CODE = 21344 or V_CODE = 24288?
(Multiple Choice)
4.9/5
(35)
Frequency distributions can be created quickly and easily using the SQL ____________________ clause.
(Short Answer)
4.9/5
(38)
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.9/5
(32)
Data type selection is usually dictated by the nature of the data and by the intended use.
(True/False)
4.9/5
(44)
You can create a logical (virtual)table by using the MAKE VIEW command.
(True/False)
4.7/5
(37)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)