RDBMS

RDBMS

Professional Development

17 Qs

quiz-placeholder

Similar activities

Review Quiz

Review Quiz

8th Grade - Professional Development

15 Qs

Review for Branding Assessment

Review for Branding Assessment

Professional Development

15 Qs

Aku Siap Menjadi Duta Rumah Belajar

Aku Siap Menjadi Duta Rumah Belajar

Professional Development

15 Qs

Past Simple: Regular verbs

Past Simple: Regular verbs

Professional Development

15 Qs

IELTS MAP LANGUAGE

IELTS MAP LANGUAGE

Professional Development

18 Qs

[ST] W10 Travel Reading Vocab Check 1

[ST] W10 Travel Reading Vocab Check 1

Professional Development

15 Qs

In the bank

In the bank

University - Professional Development

12 Qs

INU 311- Review for Quiz 1 - Units 1 and 2

INU 311- Review for Quiz 1 - Units 1 and 2

Professional Development

21 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?