Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help with the following create SQL statements for : 1 - Create a list of student names from area code 203 along with the

Please help with the following create SQL statements for :

1 - Create a list of student names from area code 203 along with the number of years since they registered (show 2 decimal places on all values). Sort the list on the number of years from highest to lowest and then on student name. NOTE that the calculated number of years will vary from the expected results depending on when the query is run.

2 - Provide a list of course numbers for sections being taught in the odd numbered rooms located in building M. Sort on course number.

3- Create a query using the Oracle Dual Table (pg 137) that returns the date of the end of the semester for courses that begin on January 6, 2020. The semester is 105 days long.

4- List Student ID and Enrollment Date for all students in section 156 that enrolled 2/1/2007 through 2/10/2007. (inclusive of both dates) Headings should be: Student| Enrolled Order By Student ID.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions

Question

Do you think physicians should have unions? Why or why not?

Answered: 1 week ago