Database elements
Types of View
Relationships
Data types
100

What is the other name for the table rows?

Record (Tuple)

100

This mode allows us to change the structure of a table, form, query, and report

Design View (Режим конструктора)

100

What is the name of a table that has a Primary key when tables are related? 

Parent table

100

What data type tracks date and time?

Data/time

200

What is the other name for the table columns?

Field (attribute)

200

This mode allows to us quickly and easily create tables, forms, queries, and reports

Wizard (Режим мастер)

200

The table that contains the foreign key is considered the ...

Child table

200

What data type includes decimal or real numbers?

Floating-Point

300

What determines the type of data that the user can enter in the field?

Field type

300

This mode allows to us easily enter data into the Form

Database Form 

300

It requires the child table Primary Key to be associated via a Foreign Key with the parent table Primary Key column

one to one

300

What data type includes a string of characters?

Text

400

It has three types and it is impossible to create the correct query without it

Relationship

400

This mode allows me to view the results of a query or table in a text editor program

Libreoffice Writer

400

It is the most common relationship, and it associates a row from a parent table to multiple rows in a child table

one to many

400

What data type is include a whole number?

Integer

500

It has two types and the table doesn't function without it

Key (Primary & Foreign)

500

In this window we can edit the report structure

Report Builder

500

It requires a link table containing two Foreign Key columns that reference the two different parent tables

many to many

500

Name three different types of DATA/TIME that you can see in LibreOffice Base

DATE, TIME, TIMESTAMP or DATETIME