SELECT name ____ instructor name, course id
FROM instructor, teaches
WHERE instructor.ID= teaches.ID;
Which keyword must be used here to rename the field name?
From
Rename
As
Join
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
|
In SQL the spaces at the end of the string are removed by _______ function.
Solution |
3
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
4
Discuss
|
’_____’ matches any string of ______ three characters. ’_____%’ matches any string of at ______ three characters.
Solution |
5
Discuss
|
This query does which of the following operation?
Solution |
6
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
7
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
8
Discuss
|
The _______operation performs a set union of two “similarly structured” tables
Solution |
9
Discuss
|
A relational database consists of a collection of
Solution |
10
Discuss
|
The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved