Exam 7: Database Management Systems Processes and Services
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model: Introduction, Qbe, and Relational Algebra50 Questions
Exam 3: The Relational Model: SQL50 Questions
Exam 4: The Relational Model: Advanced Topics50 Questions
Exam 5: Database Design: Normalization50 Questions
Exam 6: Database Design: Relationships50 Questions
Exam 7: Database Management Systems Processes and Services50 Questions
Exam 8: Database Industry Careers50 Questions
Exam 9: Database Industry Trends50 Questions
Select questions type
Which statement creates a table named PostalCodes with a five-character PostalCode text field and a two-character Abbrev text field?
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
C
How are compound SQL criteria conditions formed?
Free
(Essay)
4.7/5
(32)
Correct Answer:
Compound conditions are formed by connecting two or more single conditions using one or both of the following operators: AND and OR.
Which function calculates the number of records in a table?
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
A
Which of the following SQL commands sorts records by ProductName within ProductType?
(Multiple Choice)
4.8/5
(29)
SQL uses an on-screen form to create tables, update tables, and retrieve data from tables.
(True/False)
4.8/5
(34)
Based on the SQL shown, which query lists the name and balance of all customers with balances greater than or equal to $2,000 and less than or equal to $5,000? Customers ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )
(Multiple Choice)
4.8/5
(36)
When you use a name containing a space in Access SQL, what must you do to specify the table or column name?
(Multiple Choice)
4.9/5
(36)
Based on the table description and SQL shown, which query increases the FeeAmount by 2 percent? Fees ( FeeID, FeeType, FeeAmount )
(Multiple Choice)
4.8/5
(33)
Which of the following is currently considered the most sought-after language for programmers?
(Multiple Choice)
4.8/5
(30)
In a query that uses an aggregate function, which SQL clause do you use to include criteria that limits the number of records selected for the query?
(Multiple Choice)
4.7/5
(31)
In Access SQL, which operator could you use to list all fields from a Customers table where the City field is Madison, Middleton, or Belleville?
(Multiple Choice)
4.7/5
(29)
Based on the table description and SQL shown, which query lists the first name and last name of all students, separated by a space?
Students (StudentID, FirstName, LastName, Street, City, State, PostalCode)
(Multiple Choice)
4.9/5
(28)
Based on the table description and SQL shown, which query lists the states in the Students table and displays the number of students from each state? Students (StudentID, FirstName, LastName, Street, City, State, PostalCode)
(Multiple Choice)
4.7/5
(40)
What SQL keyword do you use in a query that saves the results of the query as a table?
(Multiple Choice)
4.9/5
(32)
Which SQL commands do you use to update the values of an existing field?
(Multiple Choice)
4.8/5
(37)
What SQL command do you use to make changes to existing data in a table?
(Multiple Choice)
4.9/5
(36)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)