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
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
2
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
3
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 |
4
Discuss
|
Which keyword must be used here to rename the field name?
Solution |
5
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
Solution |
6
Discuss
|
Using which language can a user request information from a database?
Solution |
7
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 |
8
Discuss
|
In SQL the spaces at the end of the string are removed by _______ function.
Solution |
9
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
10
Discuss
|
A relational database consists of a collection of
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved