Relational Algebra in DBMS

Relational Algebra in DBMS

Assessment

Flashcard

Computers

University

Hard

Created by

CM Varun

Used 4+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Relation

Back

A table in a database that consists of rows and columns.

2.

FLASHCARD QUESTION

Front

Tuple

Back

A single row in a relation, representing a single record.

3.

FLASHCARD QUESTION

Front

Attribute

Back

A column in a relation, representing a property of the data.

4.

FLASHCARD QUESTION

Front

Selection

Back

The operation of choosing a subset of rows from a relation based on a specified condition.

5.

FLASHCARD QUESTION

Front

Projection

Back

The operation of choosing a subset of columns from a relation.

6.

FLASHCARD QUESTION

Front

Union

Back

The operation that combines the results of two relations, including all unique rows.

7.

FLASHCARD QUESTION

Front

Intersection

Back

The operation that returns only the rows that are common to two relations.

8.

FLASHCARD QUESTION

Front

Difference

Back

The operation that returns the rows in one relation that are not in another.

9.

FLASHCARD QUESTION

Front

Cartesian Product

Back

The operation that returns all possible pairs of rows from two relations.