QUESTION 16 Given the following table: Student ( id, first name, last name, address, program, phone), which of the following statements will list the number of students who are in IT program? O a....


QUESTION 16<br>Given the following table: Student ( id, first name, last name, address, program, phone), which of the following statements will list the<br>number of students who are in IT program?<br>O a. select max(*) from student where program = 'IT';<br>O b. select count(program) from student where program = 'IT';<br>O C. select sum(*) from student where program = 'IT';<br>d. select count(*) from student where program = 'IT';<br>

Extracted text: QUESTION 16 Given the following table: Student ( id, first name, last name, address, program, phone), which of the following statements will list the number of students who are in IT program? O a. select max(*) from student where program = 'IT'; O b. select count(program) from student where program = 'IT'; O C. select sum(*) from student where program = 'IT'; d. select count(*) from student where program = 'IT';

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here