Employee_id | Name | Salary |
---|---|---|
1001 | Annie | 6000 |
1009 | Ross | 4500 |
1018 | Zeith | 7000 |
This is the Employee table.
Which of the following employee_id will be displayed for the given query?
SELECT * FROM employee WHERE employee_id>1009;
1009, 1001, 1018
1009, 1018
1001
1018
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
# | Quiz | |||||
---|---|---|---|---|---|---|
1
Discuss
|
The above command
Solution |
|||||
2
Discuss
|
Which one of the following deletes all the entries but keeps the structure of the relation.
Solution |
|||||
3
Discuss
|
In the given query which of the keyword has to be inserted?
Solution |
|||||
4
Discuss
|
Which of these queries will display the table given above?
Solution |
|||||
5
Discuss
|
The query given below will not give an error. Which one of the following has to be replaced to get the desired output?
Solution |
|||||
6
Discuss
|
Which of the following statements contains an error?
Solution |
|||||
7
Discuss
|
Here which of the following displays the unique values of the column?
Solution |
|||||
8
Discuss
|
A Delete command operates on ______ relation.
Solution |
|||||
9
Discuss
|
Which of the following fields are displayed as output?
Solution |
|||||
10
Discuss
|
This Query can be replaced by which one of the following?
Solution |
|||||
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved