Database Concepts

Database Concepts

Assessment

Flashcard

Computers

University

Hard

Created by

CM Varun

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Procedures

Back

A set of SQL statements that can be stored and executed as a single unit.

2.

FLASHCARD QUESTION

Front

Triggers

Back

A set of instructions that are automatically executed in response to certain events on a particular table or view.

3.

FLASHCARD QUESTION

Front

Functions

Back

A stored program that can be called to perform a specific task and return a value.

4.

FLASHCARD QUESTION

Front

Views

Back

A virtual table based on the result set of a SQL query.

5.

FLASHCARD QUESTION

Front

Relational Algebra

Back

A formal system for manipulating relations in a database.

6.

FLASHCARD QUESTION

Front

DML

Back

Data Manipulation Language, used for managing data within schema objects.

7.

FLASHCARD QUESTION

Front

DDL

Back

Data Definition Language, used for defining and managing all database objects.

8.

FLASHCARD QUESTION

Front

Normalization

Back

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

9.

FLASHCARD QUESTION

Front

Index

Back

A database object that improves the speed of data retrieval operations on a database table.