УПР 121-150

УПР 121-150

University

30 Qs

quiz-placeholder

Similar activities

SQL Server Quiz

SQL Server Quiz

University

35 Qs

Coursera_web_2

Coursera_web_2

University

30 Qs

Платонус УПР 1-30

Платонус УПР 1-30

University

30 Qs

Cryptoji

Cryptoji

University

25 Qs

DATABASE DESIGN MANAGEMENT SYSTEMS

DATABASE DESIGN MANAGEMENT SYSTEMS

University

25 Qs

Pandas MCQ Quiz

Pandas MCQ Quiz

12th Grade - University

30 Qs

Introduction to SQL Quiz

Introduction to SQL Quiz

University

30 Qs

SQL Views and Stored Procedures Quiz

SQL Views and Stored Procedures Quiz

University

25 Qs

УПР 121-150

УПР 121-150

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

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

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?