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
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
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 ________ in a table represents a relationship among a set of values.
Solution |
5
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
6
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 |
7
Discuss
|
To display the salary from greater to smaller and name in ascending order which of the following options should be used?
Solution |
8
Discuss
|
In SQL the spaces at the end of the string are removed by _______ function.
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
|
_____ operator is used for appending two strings.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved