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 ____________________ command, coupled with appropriate search conditions, is an incredibly powerful tool that enables you to transform data into information.
(Short Answer)
4.9/5
(40)
The conditional LIKE must be used in conjunction with wildcard characters.
(True/False)
4.8/5
(43)
If you have not yet used the COMMIT command to store the changes permanently in the database, you can restore the database to its previous condition with the ROLLBACK command.
(True/False)
4.9/5
(31)
Date procedures are often more software-specific than other SQL procedures.
(True/False)
4.9/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
(44)
Some RDBMSs, such as Microsoft Access, automatically make the necessary conversions to eliminate case sensitivity.
(True/False)
4.8/5
(39)
The special operator used to check whether an attribute value is within a range of values is ____.
(Multiple Choice)
4.9/5
(35)
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.
(True/False)
4.8/5
(36)
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 attribute values do not match.
(True/False)
4.8/5
(40)
The SQL aggregate function that gives the number of rows containing non-null values for the given column is ____.
(Multiple Choice)
4.9/5
(41)
The special operator used to check whether a subquery returns any rows is ____.
(Multiple Choice)
4.8/5
(30)
Which query will use the given columns and column aliases from the PRODUCT table to determine the total value of inventory held on hand and display the results in a column labeled TOTVALUE?
(Multiple Choice)
4.9/5
(36)
A(n) ____ is a query that is embedded (or nested) inside another query.
(Multiple Choice)
4.9/5
(33)
Since computers identify all characters by their numeric codes, mathematical operators cannot be used to place restrictions on character-based attributes.
(True/False)
4.9/5
(40)
To list all the contents of the PRODUCT table, you would use ____.
(Multiple Choice)
4.8/5
(43)
The SQL command that modifies an attribute's values in one or more table's rows is ____.
(Multiple Choice)
4.9/5
(32)
With the exception of the database ____________________ process, most RDBMS vendors use SQL that deviates little from the ANSI standard SQL.
(Short Answer)
4.9/5
(35)
In the SQL environment, the word ____________________ covers both questions and actions.
(Short Answer)
4.8/5
(28)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)