Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started