Question: Using the example below, which of the SQL statements is equivalent to using the filter function in MS Excel? ( Select all that apply, omit

Using the example below, which of the SQL statements is equivalent to using the filter function in MS Excel? (Select all that apply, omit those that do not)
\table[[GSU_Students],[pantherID,first_namelast_name,phone,],[002123123,Joe,Student,4044004000],[900123455,Suzy,Studious,4045005000],[002456789,Jane,Doe,4046006000]]
SELECT * FROM GSU_Students WHERE pantherID ='002123123';
SELECT pantherID FROM GSU_Students WHERE last_name = 'Doe';
SELECT first_name FROM GSU_Students WHERE pantherID ='002123123' and first_name = 'Jane';
SELECT pantherID, phone FROM GSU_Students;
SELECT * FROM GSU_Students;
Using the example below, which of the SQL

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!