Time for Postgres Database!

Time for Postgres Database!

University

5 Qs

quiz-placeholder

Similar activities

BD 2.1

BD 2.1

3rd Grade - University

10 Qs

AL7KAMC

AL7KAMC

KG - University

10 Qs

JSP

JSP

University

10 Qs

FUNDAMENTALS OF DATABASE SYSTEM

FUNDAMENTALS OF DATABASE SYSTEM

University

10 Qs

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - Professional Development

10 Qs

01 Databases Overview

01 Databases Overview

University

10 Qs

Modul 8

Modul 8

University

10 Qs

DIM Chapter 4 - RDBMS

DIM Chapter 4 - RDBMS

University

7 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