Time for Postgres Database!

Time for Postgres Database!

University

5 Qs

quiz-placeholder

Similar activities

Review Materi Informatika

Review Materi Informatika

1st Grade - University

10 Qs

Banco de Dados Quiz

Banco de Dados Quiz

University

10 Qs

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - Professional Development

10 Qs

DB Quiz1

DB Quiz1

University

7 Qs

Games Materi

Games Materi

University

10 Qs

Cluster Point Quiz

Cluster Point Quiz

University

10 Qs

SIA Pre Class #5

SIA Pre Class #5

University

10 Qs

IS Sharing Vol 2. Data Analytics In Business Decision Making

IS Sharing Vol 2. Data Analytics In Business Decision Making

University

10 Qs

Time for Postgres Database!

Time for Postgres Database!

Assessment

Quiz

Other

University

Hard

Created by

Jessica Bianes

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Designed to facilitate the storage, retrieval, modification, and deletion of data?

SQL Script

Database

Table

SQL Data Types

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of RDMS?

Relation Database Management System

Relationship Database Management System

Relational Data Management System

Relational Database Management System

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct SQL statement used in retrieving data into a table.

SELECT * FROM TableName

SELECT TableName

SELECT FROM TableName

SELECT * TableName

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Rules enforced on data columns on the table?

Table

Primary Key

Constraints

Script

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to combine data or rows from one(self-join) or more tables based on a common field between them?

Left Join

Inner Join

Right Join

Union All