Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For each question below write the query that answers the question. Use comments to annotate your answer with the question # and place in one

For each question below write the query that answers the question. Use comments to annotate your answer with the question # and place in one T-SQL script file. (Please help me for this within 1 hour please)

List all rows and all columns of the Course table.

List all rows and all columns of the Course Instructor table.

List all rows and all columns of the Department table.

List all rows and all columns of the Office Assignment table.

List all rows and all columns of the Online Course table.

List all rows and all columns of the Onsite Course table.

List all rows and all columns of the Person table.

List all rows and all columns of the Student Grade table.

Create a T-SQL query that counts all the rows in the person table with a hire date. Make sure and name the column.

Create a T-SQL query that counts all the rows in the person table with a enrollment date. Make sure and name the column.

Create a T-SQL query that lists all courses and the instructor (first name and last name concatenated with a space).

Create a T-SQL Query that lists the students with an average GPA of 4.0

Create a T-SQL Query that lists all students and their GPA. Order the list from highest GPA to the lowest.

Create a T-SQL Query that lists all Courses, their Department, grouped by their department, and ordered by department and credits ascending.

Create a T-SQL Query that lists all courses that are onsite courses, with their Title, Location, Days, and time.

Create a T-SQL Query that lists all courses that are online courses, with their title and URL.

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

Students also viewed these Databases questions