subject
Computers and Technology, 03.08.2019 00:30 joe1591

Which of the following finds the first name and last name10+ of all employees who are professors with the title as 'assistant professor' and first names starting with the letter w. select fname, lname from employee where fname like 'w%' and ssn in ( select ssn from professor where title = 'assistant professor' ); select fname, lname from employee where fname like 'w%' and ssn = (select ssn from professor where title = 'assistant professor'); select fname, lname from employee inner join professor on employee. ssn = professor. ssn where fname like "w%" and title = 'assistant professor'; select fname, lname from employee where fname like 'w%' and ssn = (select ssn from employee where title = 'assistant professor'); all of these none of these

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 24.06.2019 07:00
Into what form does the barcode reader convert individual bar patterns?
Answers: 1
question
Computers and Technology, 24.06.2019 17:50
Acontact list is a place where you can store a specific contact with other associated information such as a phone number, email address, birthday, etc. write a program that first takes in word pairs that consist of a name and a phone number (both strings). that list is followed by a name, and your program should output that name's phone number.
Answers: 1
question
Computers and Technology, 25.06.2019 09:20
The adbusters' image of the gap logo on the silhouette of a head most likely relays the message that: a.the man in the ad needs a hat from the gap b.consumers should be suspicious of gap ads c.gap clothes make you look intelligent d.everyone should have the gap on their minds
Answers: 1
You know the right answer?
Which of the following finds the first name and last name10+ of all employees who are professors wit...
Questions
question
Computers and Technology, 14.12.2021 04:10
Questions on the website: 13722363