The given Query can also be replaced with_______.
SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;
DBMS Quiz
Quiz
•
Computers
•
University
•
Hard
Ashish Mathur
Used 26+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The given Query can also be replaced with_______.
SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;
Select name,course_id from teaches,instructor where instructor_id=course_id;
Select name, course_id from instructor natural join teaches;
Select name, course_id from instructor;
Select course_id from instructor join teaches;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?
DML(Data Manipulation Language)
Query
Relational Schema
DDL(Data Definition Language)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?
DML(Data Manipulation Language)
DDL(Data Definition Language)
Query
Relational Schema
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following given statements possibly contains the error?
select * from emp where empid = 10003;
select empid from emp where empid = 10006;
select empid from emp;
select empid where empid = 1009 and Lastname = 'GELLER';
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A RDBMS consists a collection of ?
Tables
Fields
Records
Keys
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The term attribute refers to a ___________ of a table.
Record
Tuple
Column
Key
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In relational model, the row of table is known to be ?
Relation
Entity field
Tuple
Attribute
20 questions
SQL
Quiz
•
University
23 questions
SQL
Quiz
•
12th Grade - Professi...
20 questions
Insert, Delete data & using Images
Quiz
•
University
20 questions
Administrasi Sistem Jaringan XII (Database Server)
Quiz
•
University
15 questions
Databases
Quiz
•
10th Grade - University
18 questions
Database Management System
Quiz
•
12th Grade - Professi...
20 questions
JDBC
Quiz
•
University
20 questions
DBTHON-23 Round-1
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade