Database Concepts Flashcards

Database Concepts Flashcards

Assessment

Flashcard

Information Technology (IT)

11th Grade

Hard

Created by

Susan Fudge

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Entity in a database

Back

An object or thing that can have data stored about it.

2.

FLASHCARD QUESTION

Front

Primary key

Back

A unique identifier for each record in a table.

3.

FLASHCARD QUESTION

Front

Multiple primary keys in a table

Back

False; a table can only have one primary key.

4.

FLASHCARD QUESTION

Front

Purpose of a foreign key

Back

To create a link between two tables.

5.

FLASHCARD QUESTION

Front

Normalization

Back

It reduces data redundancy and improves data integrity.

6.

FLASHCARD QUESTION

Front

Composite key

Back

A primary key composed of two or more columns.

7.

FLASHCARD QUESTION

Front

SQL command to create a table

Back

CREATE TABLE

8.

FLASHCARD QUESTION

Front

Importance of data types in table design

Back

Data types specify the kind of data that can be stored and affect storage requirements.

9.

FLASHCARD QUESTION

Front

ERD

Back

An Entity-Relationship Diagram that visually represents entities and their relationships.