Database Concepts Flashcards

Database Concepts Flashcards

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Пламен Георгиев

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Relational Database

Back

A type of database that stores and organizes data in tables (relations) with rows and columns, and establishes relationships between tables.

2.

FLASHCARD QUESTION

Front

Table

Back

A collection of related data organized in rows (records) and columns (fields). Each table represents an entity, such as Customers or Orders.

3.

FLASHCARD QUESTION

Front

Primary Key

Back

A unique identifier for each record in a table. It ensures no two rows have the same value for the primary key column(s). Example: CustomerID in a Customers table.

4.

FLASHCARD QUESTION

Front

Foreign Key

Back

A column or set of columns in a table that refers to the primary key of another table. It establishes a relationship between two tables. Example: CustomerID in an Orders table.

5.

FLASHCARD QUESTION

Front

SQL (Structured Query Language)

Back

A standard language used to communicate with and manipulate relational databases. It includes commands like SELECT, INSERT, UPDATE, and DELETE.

6.

FLASHCARD QUESTION

Front

Index

Back

A database object that improves the speed of data retrieval operations on a table. It works like an index in a book, allowing faster lookup of rows.

7.

FLASHCARD QUESTION

Front

Normalization

Back

The process of organizing data in a database to reduce redundancy and improve data integrity. It involves dividing tables and defining relationships between them.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?