Technical Quiz Final Round

Technical Quiz Final Round

Professional Development

14 Qs

quiz-placeholder

Similar activities

Создание БД. Создание таблиц

Создание БД. Создание таблиц

Professional Development

19 Qs

CSL201 DS LAB VIVA

CSL201 DS LAB VIVA

Professional Development

10 Qs

Computer Networs Lab - Viva

Computer Networs Lab - Viva

Professional Development

10 Qs

Day3

Day3

Professional Development

15 Qs

Pengetahuan Dasar MySQL

Pengetahuan Dasar MySQL

Professional Development

10 Qs

C Basic

C Basic

Professional Development

10 Qs

M4Q3

M4Q3

Professional Development

10 Qs

Day12_Quiz_NBKR

Day12_Quiz_NBKR

Professional Development

10 Qs

Technical Quiz Final Round

Technical Quiz Final Round

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

AI Dept

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The values appearing in given attributes of any tuple in the referencing relation must likewise occur in specified attributes of at least one tuple in the referenced relation, according to _____________________ integrity constraint.

Referential

Primary

Referencing

Specific

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The process of organizing data in a database to reduce redundancy and improve data integrity is called ____________________.

Normalization

Denormalization

Indexing

Partitioning

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In SQL, the command used to remove a table from a database is ____________________.

DELETE

DROP

REMOVE

TRUNCATE

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The rule that ensures that a primary key must contain unique values and cannot contain NULL values is known as ____________________.

Entity Integrity

Referential Integrity

Domain Integrity

Data Integrity

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The SQL command used to modify existing records in a table is ____________________.

UPDATE

MODIFY

CHANGE

ALTER

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The technique of dividing a database into smaller, more manageable pieces is referred to as ____________________.

Sharding

Partitioning

Clustering

Segmentation

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you declare a pointer to a function that takes two integers and returns an integer in C?

A. int (*ptr)(int, int);

B. ptr(int, int) int;

C. function int (*ptr)(int, int);

D. ptr function(int, int) int;

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?