Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Return only the top 2 0 percent of instructors based on annual salary. 8 . Write a SELECT statement that returns these column names and

Return only the top 20 percent of instructors based on annual salary.
8. Write a SELECT statement that returns these column names and data from the Students table: LastName The LastName column FirstName The FirstName column
Return only the rows where the LastName column starts with the letter 'G'. To do that, use the LIKE phrase.
Sort the result set by last name in ascending sequence.
9. Write a SELECT statement that returns these column names and data from the Students table LastName The LastName column
FirstName The FirstName column
EnrollmentDate The EnrollmentDate column
GraduationDate The GraduationDate column
Return only the rows where the EnrollmentDate column is greater than 12-01-2022 and the GraduationDate column contains a null value.
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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions