Database Management System

Database Management System

Professional Development

25 Qs

quiz-placeholder

Similar activities

HTML formularze

HTML formularze

Professional Development

20 Qs

Microsoft Server Admin 98-365 Part 6

Microsoft Server Admin 98-365 Part 6

KG - Professional Development

20 Qs

SQL

SQL

Professional Development

30 Qs

20339 - SharePoint - Mod 5 - 7

20339 - SharePoint - Mod 5 - 7

Professional Development

23 Qs

Blockchain Basicss

Blockchain Basicss

Professional Development

22 Qs

C&IS

C&IS

Professional Development

20 Qs

Tally Knowledge Session Version 2

Tally Knowledge Session Version 2

Professional Development

20 Qs

NOTEPAD MCQ QUIZIZZ

NOTEPAD MCQ QUIZIZZ

Professional Development

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