Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Student stno NOT NULL NUMBER (3) PRIMARY KEY NOT NULL sname VARCHAR2(20) major CHAR(4) class NUMBER(1) bdate DATE grade student_number NOT NULL NUMBER(3) section_id NOT

Student

stno NOT NULL NUMBER (3)

PRIMARY KEY NOT NULL

sname VARCHAR2(20)

major CHAR(4)

class NUMBER(1)

bdate DATE

grade

student_number NOT NULL NUMBER(3)

section_id NOT NULL NUMBER(6)

grade CHAR(1)

PRIMARY KEY (student_number, section_id)

section

section_id NOT NULL NUMBER(6)

PRIMARY KEY NOT NULL

course_num CHAR(8)

semester VARCHAR2(6)

year CHAR(2)

instructor CHAR(10)

bldg. NUMBER(3)

room

image text in transcribed

5-5. Develop a query to find the instructor name and course name for computer science courses (use the Section table). Order the table by instructor name. a. Convert your query into a view. b. Remove the ORDER BY clause and convert the query into an inline view with column aliases and test it. c. Put the ORDER BY clause outside of the inline view in the main query and run your query again

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

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions