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
|
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
|
A relational database consists of a collection of
Solution |
3
Discuss
|
Student(ID, name, dept name, tot_cred)
Solution |
4
Discuss
|
Which one of the following has to be added into the blank to select the dept_name which has Computer Science as its ending string?
Solution |
5
Discuss
|
Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Solution |
6
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 |
7
Discuss
|
The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Solution |
8
Discuss
|
The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
Solution |
9
Discuss
|
Using which language can a user request information from a database?
Solution |
10
Discuss
|
The term _______ is used to refer to a row.
Solution |
# | Quiz |
Copyright © 2020 Inovatik - All rights reserved