Database Management System

Database Management System

Professional Development

25 Qs

quiz-placeholder

Similar activities

MySql conceptos basicos

MySql conceptos basicos

Professional Development

22 Qs

SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

MySQL

MySQL

Professional Development

20 Qs

DataBase Quiz - CME Workshop

DataBase Quiz - CME Workshop

Professional Development

20 Qs

Testout ITF Databases

Testout ITF Databases

9th Grade - Professional Development

20 Qs

Microsoft Excel Basics

Microsoft Excel Basics

Professional Development

20 Qs

ICTPRG431Session 2 Introduction Database Management Systems Quiz

ICTPRG431Session 2 Introduction Database Management Systems Quiz

Professional Development

22 Qs

BCA - IV SEM DBMS

BCA - IV SEM DBMS

Professional Development

20 Qs

Database Management System

Database Management System

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Pradipta Pal

Used 20+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In SQL, which command is used to select only one copy of each set of duplicable rows

SELECT UNIQUE

SELECT DIFFERENT

SELECT *

SELECT DISTINCT

None of the above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following queries are legal?

SELECT deptno, avg(sal) FROM emp;

SELECT deptno, count(deptno) FROM emp GROUP BY ename;

SELECT deptno, count(deptno), job FROM emp GROUP BY deptno;

SELECT deptno, avg(sal) FROM emp GROUP BY deptno;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following SQL operations demands the use of wild cards comparisons?

LIKE

EXISTS

BETWEEN

IN

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data block is

the largest logical storage unit for a database object

the smallest logical storage unit for a database object

the place where all deleted records are persisted

the largest logical storage unit ever available for any database block

all of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

All of the following can only be used with numeric data types except:

AVG

COUNT

SUM

STDDEV

None of the above

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_______________ are padded with space characters to match the specified length.

VARCHAR

VARCHAR2

CHAR

CHAR2

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How should a many-to-many relationship be handled?

By adding an join entity table

By adding intersection entity table

By adding union entity table

By adding Cartesian entity table

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?