SELECT * FROM employee WHERE dept_name="Comp Sci";
In the SQL given above there is an error . Identify the error.
Dept_name
Employee
“Comp Sci”
From
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz |
---|---|
1
Discuss
|
By default, the order by clause lists items in ______ order.
Solution |
2
Discuss
|
The term _______ is used to refer to a row.
Solution |
3
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
Solution |
4
Discuss
|
A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.
Solution |
5
Discuss
|
Which one of the following is procedural language?
Solution |
6
Discuss
|
This query does which of the following operation?
Solution |
7
Discuss
|
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?
Solution |
8
Discuss
|
The tuples of the relations can be of ________ order.
Solution |
9
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
10
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved