Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a SELECT statement that joins the Instructors table to the Courses table and returns these columns: LastName, FirstName, CourseNumber, CourseDescription. Return all courses for

Write a SELECT statement that joins the Instructors table to the Courses table and returns these columns: LastName, FirstName, CourseNumber, CourseDescription.
Return all courses for each instructor with a status of "P"(part time).
Sort the result set by LastName and then by FirstName in ascending order.
Write a SELECT statement that joins the Departments, Courses, and Instructors tables. This statem should return these columns: DepartmentName, CourseDescription, FirstName, and LastName. Use aliases for the tables, and return only those courses with three units.
Sort the result set by DepartmentName and then by CourseDescription in ascending sequence.
Write a SELECT statement that joins the Departments, Courses, StudentCourses, and Students tabl This statement should return these columns: DepartmentName, CourseDescription, LastName, and FirstName.
Return all courses in the English department.
Sort the result set by CourseDescription in ascending sequence.
Write a SELECT statement that joins The Instructors and Courses tables and returns these columns: LastName, FirstName, and CourseDescription.
Return at least one row for each instructor, even if that instructor isn't teaching any courses. Sort the result set by LastName and then by FirstName.
image text in transcribed

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

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions

Question

1 . Television News channels importantance of our Life pattern ?

Answered: 1 week ago