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
|
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 |
2
Discuss
|
Which one of the following is procedural language?
Solution |
3
Discuss
|
In the SQL given above there is an error . Identify the error.
Solution |
4
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
5
Discuss
|
Using which language can a user request information from a database?
Solution |
6
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
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
|
The term _______ is used to refer to a row.
Solution |
9
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
10
Discuss
|
Which keyword must be used here to rename the field name?
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved