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
Although SQL commands can be grouped together on a single line,complex command sequences are best shown on separate lines,with space between the SQL command and the command's components.
Free
(True/False)
4.8/5
(32)
Correct Answer:
True
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 ____.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
C
A table can be deleted from the database by using the ____ command.
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
A
Which query will output the table contents when the value of V_CODE is not equal to 21344?
(Multiple Choice)
4.7/5
(36)
The ____________________ command,coupled with appropriate search conditions,is an incredibly powerful tool that enables you to transform data into information.
(Short Answer)
4.9/5
(35)
A table can be deleted from the database by using the ____________________ command.
(Short Answer)
4.9/5
(34)
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 and the output is ordered by the price is ____.
(Multiple Choice)
4.8/5
(39)
The SQL aggregate function that gives the number of rows containing non-null values for the given column is ____.
(Multiple Choice)
4.8/5
(30)
A specialty field in mathematics,known as ____________________ algebra,is dedicated to the use of logical devices.
(Short Answer)
5.0/5
(37)
The SQL aggregate function that gives the total of all values for a selected attribute in a given column is ____.
(Multiple Choice)
4.7/5
(26)
U.S.state abbreviations are always two characters,so ____________________(2)is a logical choice for the data type representing a state column.
(Short Answer)
4.8/5
(33)
To list the contents of a table,you must use the DISPLAY command.
(True/False)
4.8/5
(38)
Some RDBMSs,such as Microsoft Access,automatically make the necessary conversions to eliminate case sensitivity.
(True/False)
4.9/5
(39)
In SQL,all ____________________ expressions evaluate to true or false.
(Short Answer)
4.8/5
(41)
A database language enables the user to create database and table structures to perform basic data management chores.
(True/False)
4.9/5
(33)
Some RDBMSs,such as Oracle,automatically ____ data changes when issuing data definition commands.
(Multiple Choice)
4.9/5
(36)
A(n)____ is a query that is embedded (or nested)inside another query.
(Multiple Choice)
4.8/5
(32)
DATE()and SYSDATE are special functions that return today's date in MS Access and ____________________,respectively.
(Short Answer)
4.9/5
(37)
SQL requires the use of the ADD command to enter data into a table.
(True/False)
4.8/5
(40)
An alias is especially useful when a table must be joined to itself in a(n)____________________ query.
(Short Answer)
4.8/5
(28)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)