Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

Dr.C.M-DBMS Quiz

Quiz
•
Computers
•
University
•
Medium
CHIDAMBARANATHAN C.M
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
DML(Data Manipulation Language)
Query
Relational Schema
DDL(Data Definition Language)
2.
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
3.
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;
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
What do you mean by one to many relationships?
a. One class may have many teachers
b. One teacher can have many classes
c. Many classes may have many teachers
d. Many teachers may have many classes
A
B
C
D
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following Query, which of the following can be placed in the Query's blank portion to display the salary from highest to lowest amount, and sorting the employs name alphabetically?
SELECT *
FROM instructor
ORDER BY salary ____, name ___;
Ascending, Descending
Asc, Desc
Desc, Asc
All of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Database Management System is a type of _________software.
It is a type of system software
It is a kind of application software
It is a kind of general software
Both A and C
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
JavaScripting

Quiz
•
University
10 questions
KUIZ TOPIK 2 : QUERY

Quiz
•
University
10 questions
SQL basic

Quiz
•
University
12 questions
Database Design & Development SQL 2

Quiz
•
University
10 questions
KUIS DAY 3 STACK

Quiz
•
University
10 questions
2C DBMS Theory Quiz 1

Quiz
•
University
15 questions
Python Basics

Quiz
•
University
10 questions
SQL Basic

Quiz
•
University
Popular Resources on Quizizz
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