SELECT emp_name
FROM department
WHERE dept_name LIKE ’ _____ Computer Science’;
Which one of the following has to be added into the blank to select the dept_name which has Computer Science as its ending string?
%
_
||
$
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz |
|---|---|
|
1
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
|
2
Discuss
|
_____ operator is used for appending two strings.
Solution |
|
3
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
|
4
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
|
5
Discuss
|
A relational database consists of a collection of
Solution |
|
6
Discuss
|
Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.
Solution |
|
7
Discuss
|
Which keyword must be used here to rename the field name?
Solution |
|
8
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
|
9
Discuss
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
|
10
Discuss
|
The term _______ is used to refer to a row.
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved