RDBMS

RDBMS

Professional Development

17 Qs

quiz-placeholder

Similar activities

MODELS OF DESIGNING AN ONLINE CLASS QUIZ

MODELS OF DESIGNING AN ONLINE CLASS QUIZ

Professional Development

15 Qs

Unit 1- Business and Gen Z

Unit 1- Business and Gen Z

University - Professional Development

18 Qs

REGULAR VERBS IN PAST

REGULAR VERBS IN PAST

KG - Professional Development

20 Qs

Module 4: Classin tutorial

Module 4: Classin tutorial

Professional Development

20 Qs

Principles of Marketing Syllabus Quiz

Principles of Marketing Syllabus Quiz

Professional Development

15 Qs

Creating a Quizizz Assignment Feedback

Creating a Quizizz Assignment Feedback

Professional Development

17 Qs

Unit 2 revision

Unit 2 revision

10th Grade - Professional Development

16 Qs

C1 Advanced Reading and Use of English Parts 7 and 8

C1 Advanced Reading and Use of English Parts 7 and 8

Professional Development

16 Qs

RDBMS

RDBMS

Assessment

Quiz

English

Professional Development

Hard

Created by

Juhi Patel

Used 1+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 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)

2.

MULTIPLE CHOICE QUESTION

20 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)

Answer explanation

Jupiter is a gas giant made primarily of hydrogen and helium. Unlike terrestrial planets that have solid surfaces, gas giants like Jupiter don't have a well-defined solid surface, allowing them to accumulate more mass in a gaseous form. This composition has allowed Jupiter to grow significantly larger than planets with solid surfaces.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The given Query can also be replaced with_______: SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= te aches_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

20 sec • 1 pt

The given Query can also be replaced with_______: 1. SELECT name, course_id 2. FROM instructor, teaches 3. 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;

5.

MULTIPLE CHOICE QUESTION

20 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';

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Rows of a relation are known as the _______.
Tuples
Degree
Entity
All of the above

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of the following commands is used for removing (or deleting) a relation forms the SQL database?
Delete
Remove
Drop
All of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?