SELECT instructor.*
FROM instructor, teaches
WHERE instructor.ID= teaches.ID;
This query does which of the following operation?
All attributes of instructor and teaches are selected
All attributes of instructor are selected on the given condition
All attributes of teaches are selected on given condition
Only the some attributes from instructed and teaches are selected
Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api
| # | Quiz |
|---|---|
|
1
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
|
2
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
|
3
Discuss
|
The term _______ is used to refer to a row.
Solution |
|
4
Discuss
|
The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.
Solution |
|
5
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 |
|
6
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
|
7
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
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
|
Which one of the following is procedural language?
Solution |
|
10
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved