Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Modern Database Management Study Set 2
Exam 5: Introduction to SQL
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Any create command may be reversed by using a(n) ________ command.
Question 2
Multiple Choice
What result set will the following query return? SELECT Item_No, description FROM item WHERE weight > 100 and weight < 200;
Question 3
True/False
The following query totals sales in state= 'MA' for each salesperson. SELECT salesperson_id, sum(sales) FROM salesperson GROUP BY salesperson_id HAVING state = 'MA';