DBMS CS3

DBMS CS3

University

25 Qs

quiz-placeholder

Similar activities

RDBMS/SQL

RDBMS/SQL

University

20 Qs

Machine learning

Machine learning

University

20 Qs

Digital Skills Assessment

Digital Skills Assessment

University

20 Qs

JDBC in java

JDBC in java

University

20 Qs

1-50

1-50

University

22 Qs

Pre-Test Pelatihan Excel 2024

Pre-Test Pelatihan Excel 2024

University

20 Qs

Appsheet

Appsheet

University

20 Qs

Removal (Modern Math - Finals)

Removal (Modern Math - Finals)

University

25 Qs

DBMS CS3

DBMS CS3

Assessment

Quiz

Others

University

Easy

Created by

Nithya shree

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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;  

  1. Select name,course_id from teaches,instructor where instructor_id=course_id;

  1. Select name, course_id from instructor natural join teaches;

  1. Select name, course_id from instructor;

  1. Select course_id from instructor join teaches;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. SELECT emp_name  

  2. FROM department  

  3. WHERE dept_name LIKE ' _____ Computer Science';  

  4. In the above-given Query, which of the following can be placed in the Query's blank portion to select the "dept_name" that also contains Computer Science as its ending string?

  1. &

_

%

$

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To which of the following the term "DBA" referred?

  1. Data Bank Administrator

  1. Database Administrator

  1. Data Administrator

  1. None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following refers to the number of tuples in a relation?

  1. Entity

  1. Column

  1. Cardinality

  1. None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the relational table, which of the following can also be represented by the term "attribute"?

  1. Entity

  1. Row

  1. Column

  1. Both B &C

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used in the application programs to request data from the database management system?

  1. Data Manipulation language

  1. Data Definition Language

  1. Data Control Language

  1. All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is used to save any transaction permanently into the database?

  1. Commit

  1. Rollback

  1. Savepoint

  1. None 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?