To make a report that contains all information about each student who's full name or address contains 'K': O a. select * from students where concat(full_name concat(address)) like '%k%'; b. select * from students where concat(full_name,address) like '%k%'; O c. select * from students where full_name or address like '%k%'; d. select * from students where full_name and address like '%k%';

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter12: Database Queries With Sql
Section: Chapter Questions
Problem 11RQ
icon
Related questions
Question
100%

sql database multiple choice questions..

To make a report that contains all information about each student who's full name or address contains 'K':
O a. select * from students where concat(full_name concat(address)) like '%k%';
b. select * from students where concat(full_name,address) like '%k%';
O c. select * from students where full_name or address like '%k%';
O d. select * from students where full_name and address like '%k%';
Transcribed Image Text:To make a report that contains all information about each student who's full name or address contains 'K': O a. select * from students where concat(full_name concat(address)) like '%k%'; b. select * from students where concat(full_name,address) like '%k%'; O c. select * from students where full_name or address like '%k%'; O d. select * from students where full_name and address like '%k%';
The query:
select max(course_level) from courses join registration using(course_id);
displays:
O a. Makes error.
O b. The maximum course level in table courses.
O c. The maximum course level for the courses registered in table registration.
O d. The maximum course_id in table registration.
Transcribed Image Text:The query: select max(course_level) from courses join registration using(course_id); displays: O a. Makes error. O b. The maximum course level in table courses. O c. The maximum course level for the courses registered in table registration. O d. The maximum course_id in table registration.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
MIS
MIS
Computer Science
ISBN:
9781337681919
Author:
BIDGOLI
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage