Database Basics

Database Basics

Assessment

Flashcard

Computers

University

Hard

Created by

yolinda rodrigues

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a database?

Back

An organized collection of structured information.

2.

FLASHCARD QUESTION

Front

How does a relational database organize data?

Back

Into tables with rows and columns, where tables are related to each other through shared columns.

3.

FLASHCARD QUESTION

Front

How does a non-relational database store data?

Back

In formats such as documents, key-value pairs, or graphs, instead of tables.

4.

FLASHCARD QUESTION

Front

What is a DBMS?

Back

A set of programs that allows us to create a database, fill it with new tables, display the content, and edit existing tables.

5.

FLASHCARD QUESTION

Front

Name some popular DBMS examples.

Back

PostgreSQL, Oracle, MySQL, Microsoft SQL Server.

6.

FLASHCARD QUESTION

Front

What do relational databases consist of?

Back

Tables, which are organized in rows and columns.

7.

FLASHCARD QUESTION

Front

What does each row in a table represent?

Back

Information about one person.

8.

FLASHCARD QUESTION

Front

What do columns in a table represent?

Back

Categories of information being tracked, with each field holding a specific type of information.

9.

FLASHCARD QUESTION

Front

What is a cell in a database table?

Back

The location where a specific piece of information lives.