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
|
_____ operator is used for appending two strings.
Solution |
|
2
Discuss
|
This query does which of the following operation?
Solution |
|
3
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
|
4
Discuss
|
A domain is atomic if elements of the domain are considered to be ____________ units.
Solution |
|
5
Discuss
|
The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate.
Solution |
|
6
Discuss
|
The ________ clause is used to list the attributes desired in the result of a query.
Solution |
|
7
Discuss
|
This query can be replaced by which of the following ?
Solution |
|
8
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
|
9
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 |
|
10
Discuss
|
The term _______ is used to refer to a row.
Solution |
| # | Quiz |
Copyright © 2020 Inovatik - All rights reserved