УПР 121-150

УПР 121-150

University

30 Qs

quiz-placeholder

Similar activities

Introduction to MS - Excel

Introduction to MS - Excel

9th Grade - University

25 Qs

Revision Quiz 3

Revision Quiz 3

9th Grade - University

30 Qs

OSS (QUIZ6) - File System Quiz

OSS (QUIZ6) - File System Quiz

University

30 Qs

Pengayaan Informatika untuk Siswa Kelas 9

Pengayaan Informatika untuk Siswa Kelas 9

9th Grade - University

30 Qs

Administrasi Server Jaringan - XI TKJ

Administrasi Server Jaringan - XI TKJ

11th Grade - University

25 Qs

BASIS DATA

BASIS DATA

11th Grade - University

35 Qs

Finals Quiz

Finals Quiz

University

25 Qs

Database Technologies Quiz

Database Technologies Quiz

University

25 Qs

УПР 121-150

УПР 121-150

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Нұрдәулет Қазбеков

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which clause is used to limit the number of rows returned?

LIMIT

TOP

ROWNUM

FETCH

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an index in postgresql?

CREATE INDEX index_name ON table_name(column_name);

MAKE INDEX index_name ON table_name(column_name);

BUILD INDEX index_name ON table_name(column_name);

SET INDEX index_name ON table_name(column_name);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a foreign key?

A key that links two tables together

A key that always has a unique value

A primary key of a table

A temporary key for queries

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword is used to create a view?

CREATE VIEW

MAKE VIEW

ADD VIEW

SET VIEW

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command removes a view?

DROP VIEW

DELETE VIEW

REMOVE VIEW

CLEAR VIEW

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default isolation level in postgresql?

Read Committed

Serializable

Repeatable Read

Read Uncommitted

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL keyword creates a copy of a table structure without data?

CREATE TABLE new_table AS SELECT * FROM old_table WHERE FALSE;

DUPLICATE TABLE old_table;

COPY TABLE old_table;

CLONE TABLE old_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?