Exam 7: Introduction to Structured Query Language Sql
Exam 1: Database Systems76 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model75 Questions
Exam 4: Entity Relationship Er Modeling75 Questions
Exam 5: Advanced Data Modeling85 Questions
Exam 6: Normalization of Database Tables110 Questions
Exam 7: Introduction to Structured Query Language Sql111 Questions
Exam 8: Advanced Sql109 Questions
Exam 9: Database Design103 Questions
Exam 10: Transaction Management and Concurrency Control85 Questions
Exam 11: Database Performance Tuning and Query Optimization85 Questions
Exam 12: Distributed Database Management Systems83 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Database Connectivity and Web Technologies85 Questions
Exam 15: Database Administration and Security86 Questions
Select questions type
The ANSI SQL standards are also accepted by the ISO.
Free
(True/False)
4.7/5
(32)
Correct Answer:
True
is the process the DBMS uses to verify that only registered users access the database.
Free
(Short Answer)
4.8/5
(38)
Correct Answer:
Authentication
In Oracle, the command is used to change the display for a column, for example, to place a $ in front of a numeric value.
Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
B
The special operator used to check whether an attribute value is within a range of values is .
(Multiple Choice)
4.9/5
(41)
A(n) is performed when data are retrieved from more than one table at a time.
(Short Answer)
4.8/5
(35)
The special operator used to check whether a subquery returns any rows is .
(Multiple Choice)
4.8/5
(36)
Which of the following queries 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
(38)
Which of the following queries will list all the rows in which the inventory stock dates occur on or after January 20, 2010?
(Multiple Choice)
4.9/5
(46)
Date procedures are often more software-specific than other SQL procedures.
(True/False)
4.9/5
(41)
The special operator is used to check whether an attribute value is null.
(Multiple Choice)
4.8/5
(32)
In a 1:M relationship, a user must always create the table for the side first.
(Short Answer)
4.8/5
(44)
A database language enables the user to create database and table structures to perform basic data management chores.
(True/False)
4.8/5
(23)
What are the wildcard characters that are used with the LIKE command? Provide one or more examples of each.
(Essay)
4.8/5
(34)
Some RDBMSs, such as Oracle, automatically data changes when issuing data definition commands.
(Multiple Choice)
4.8/5
(35)
Entity integrity is enforced automatically when the primary key is specified in the CREATE TABLE command sequence.
(True/False)
4.8/5
(34)
What is a subquery? When is it used? Does the RDBMS deal with subqueries any differently from normal queries?
(Essay)
4.8/5
(38)
The ANSI prescribes a standard SQL-the current fully approved version is known as SQL-07.
(True/False)
4.9/5
(39)
The SQL aggregate function that gives the arithmetic mean for a specific column is .
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)