Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Although we discussed spooling in this chapter, a short-cut way to copy, save an

ID: 3887093 • Letter: A

Question

Although we discussed spooling in this chapter, a short-cut way to copy, save and print your SQL output would be to copy and paste your SQL output into a word processor, and then save and print your output from there. We suggest you use the short-cut method – the copy and paste method to hand in your exercises. To keep a complete record of your work, it would be good idea to copy/paste your query as well as your query result.

Please answer 1.1 and 1.2

1-1. Print a description of the Course table (use DESC Course). Use the SELECT statement to display the actual data. (Just a reminder – you will have to use “rearp.” in front of all the table names, since you are not the owner of these tables. So, you will have to type in rearp.Course instead of just Course in your query).

1-2. Create a synonym for the Student table. Display the table description using the synonym. Display all the data in the Student table using SELECT.

Explanation / Answer

1. DESC course

                  SELECT * from rearp.Course;

2.

DESC enrolledDetails

SELECT * from enrolledDetails;

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote