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
|
This query can be replaced by which of the following ?
Solution |
2
Discuss
|
The term attribute refers to a ___________ of a table.
Solution |
3
Discuss
|
For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute.
Solution |
4
Discuss
|
The _______operation performs a set union of two “similarly structured” tables
Solution |
5
Discuss
|
The result which the operation contains all pairs of tuples from the two relations, regardless of whether their attribute values match.
Solution |
6
Discuss
|
Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________
Solution |
7
Discuss
|
’_____’ matches any string of ______ three characters. ’_____%’ matches any string of at ______ three characters.
Solution |
8
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 |
9
Discuss
|
A ________ in a table represents a relationship among a set of values.
Solution |
10
Discuss
|
In SQL the spaces at the end of the string are removed by _______ function.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved