Art Course database Questions
The following questions refer to the Art Course database. You can obtain a copy of this data in the Access database, located on Canvas the course Web site listed below under this assignment or you could simply download it by clicking the file name here Art_Course_Database.accdb download).
The database contains data shown in Figure 1-10.
CUSTOMER (CustomerNumber, CustomerName, Phone)
COURSE (CourseNumber, Course, CourseDate, Fee)
ENROLLMENT (CustomerNumber, CourseNumber, AmountPaid)
where
Art Course database Questions
CustomerNumber in ENROLLMENT must exist in CustomerNumber in CUSTOMER
CourseNumber in ENROLLMENT must exist in CourseNumber in COURSE
Write SQL queries to produce the following results. For submission, include your SQL queries (code) in a Word document. The returned results (screenshots) are optional.
1) List all occurrences of Adv. Pastels. Include all associated fields for each occurrence of the class.
2) List the minimum, maximum, and average full fee amount paid in the ENROLLMENT table.
3) List the total amount paid by each enrolled customer.
4) List the customer full name in one column whose last name ends with letters ‘son’. Sort the results by customer last name in descending order.
5) List the CustomerNumber and the amount due for those customers who haven’t paid in full for their courses yet.
Concept Check Quiz #3″ style=”float: left;”>Previous Art_Course_Database” style=”float: right;”>Next
Grading Rubrics
Art Course database Questions
Critical Elements | Distinguished
(100%) |
Proficient
(85%) |
Basic
(70%) |
Below Expectations
(50%) |
Non-Performance
(0%) |
Thesis Statement | Raises the strongest objection to the thesis presented in the assignment. The objection is strongly grounded in research and logical reasoning. | Raises a plausible objection to the thesis presented in the assignment. The objection is mostly grounded in research and logical reasoning.
|
Raises an objection to the thesis presented in the assignment. The objection is somewhat grounded in research and logical reasoning. | Attempts to raise an objection to the thesis presented in the assignment. The objection is minimally grounded in research and logical reasoning.
|
The objection to the thesis is either nonexistent or lacks the components described in the assignment instructions. |
Counter Argument | Provides a strong, thorough rebuttal to the objection. The rebuttal effectively demonstrates that the thesis can withstand the objection and applies the principles of charity and accuracy.
|
Provides a rebuttal to the objection. The rebuttal mostly demonstrates that the thesis can withstand the objection and mostly applies the principles of charity and accuracy.
|
Provides a limited rebuttal to the objection. The rebuttal somewhat demonstrates that the thesis can withstand the objection and somewhat applies the principles of charity and accuracy.
|
Attempts to provide a rebuttal to the objection; however, the rebuttal minimally demonstrates that the thesis can withstand the objection and does not apply the principles of charity and accuracy.
|
The rebuttal is either nonexistent or lacks the components described in the assignment instructions. |
Conclusion | – Provides clear and concise closing remarks that comprehensively summarize the essay. The remarks consider the broader controversy and/or further research that could offer additional insight into the moral solution of the business problem.
|
Provides closing remarks that summarize the essay. The remarks mostly consider the broader controversy and/or further research that could offer additional insight into the moral solution of the business problem. The closing remarks are somewhat unclear.
|
Provides closing remarks that minimally summarizes the essay. The remarks minimally consider the broader controversy and/or further research that could offer additional insight into the moral solution of the business problems. The closing remarks are unclear and/or vague.
|
Attempts to provide closing remarks that summarize the essay, however, the remarks do not consider the broader controversy and/or further research that could offer additional insight into the moral solution of the business problem. The closing remarks are unclear and vague. | The closing remarks are either nonexistent or lack the components described in the assignment instructions.
|
Written Communication: Context of and Purpose for Writing
|
Demonstrates methodical application of organization and presentation of content. The purpose of the writing is evident and easy to understand. Summaries, quotes, and/or paraphrases fit naturally into the sentences and paragraphs. Paper flows smoothly.
|
Demonstrates sufficient application of organization and presentation of content. The purpose of the writing is, for the most part, clear and easy to understand. There are some problems with the blending of summaries, paraphrases, and quotes. Paper flows somewhat smoothly. | Demonstrates a limited understanding of organization and presentation of content in written work. The purpose of the writing is somewhat evident but may not be integrated throughout the assignment. There are many problems with the blending of summaries, paraphrases, and quotes. Paper does not flow smoothly in all sections.
|
Organization and presentation of content are extremely limited. The purpose of the writing is unclear. There is little or no blending of summaries, paraphrases, and quotes. Paper does not flow smoothly when read.
|
The assignment is either nonexistent or lacks the components described in the instructions.
|
Written Communication: Control of Syntax and Mechanics
|
– Displays meticulous comprehension and organization of syntax and mechanics, such as spelling and grammar. Written work contains no errors and is very easy to understand.
|
Displays comprehension and organization of syntax and mechanics, such as spelling and grammar. Written work contains only a few minor errors and is mostly easy to understand | Displays basic comprehension of syntax and mechanics, such as spelling and grammar. Written work contains a few errors which may slightly distract the reader.
|
Fails to display basic comprehension of syntax or mechanics, such as spelling and grammar. Written work contains major errors which distract the reader.
|
The assignment is either nonexistent or lacks the components described in the instructions.
|
Written Communication: Required Formatting
|
Accurately uses required formatting consistently throughout the paper, title page, and reference page.
|
Exhibits required formatting throughout the paper. However, layout contains a few minor errors. | Exhibits limited knowledge of required formatting throughout the paper. However, layout does not meet all requirements.
|
Fails to exhibit basic knowledge of required formatting. There are frequent errors, making the layout difficult to distinguish as required style.
|
The assignment is either nonexistent or lacks the components described in the instructions.
|
Written Communication: Word Requirement
|
The length of the paper is equivalent to the required number of words. | The length of the paper is nearly equivalent to the required number of words.
|
The length of the paper is equivalent to at least three quarters of the required number of words. | The length of the paper is equivalent to at least one half of the required number of words.
|
The assignment is either nonexistent or lacks the components described in the instructions.
|
Written Communication: Resource Requirement | Uses more than the required number of scholarly sources, providing compelling evidence to support ideas. All sources on the reference page are used and cited correctly within the body of the assignment.
|
Uses the required number of scholarly sources to support ideas. All sources on the reference page are used and cited correctly within the body of the assignment.
|
Uses less than the required number of sources to support ideas. Some sources may not be scholarly. Most sources on the reference page are used within the body of the assignment. Citations may not be formatted correctly. | Uses an inadequate number of sources that provide little or no support for ideas. Sources used may not be scholarly. Most sources on the reference page are not used within the body of the assignment. Citations are not formatted correctly.
|
The assignment is either nonexistent or lacks the components described in the instructions. |
Art Course database Questions