1. What is the term for a database with a tabular data structure? a) network b) relational c) hierarchical. 2. What
1. What is the term for a database with a tabular data structure? a) network b) relational c) hierarchical.
2. What is the main component of a database? a) record b) field c) form d) table e) query f) report.
3. What are the key properties of a field? a) size b) format c) label d) name e) function f) formula g) type.
4. Which of the following database objects do not exist? a) tables and queries b) relationships and arrays c) forms and reports.
5. What is the sequence for accessing the formatting panel for reports and forms on the screen? a) select the control panel tab b) choose the service option from the horizontal menu c) select the format (report/form) d) choose the dropdown menu option.
23.11.2023 13:45
Например: Создайте базу данных, содержащую таблицу "Студенты" с полями "Имя", "Возраст" и "Класс", и таблицу "Оценки" с полями "Студент", "Предмет" и "Оценка".
Совет: Для лучшего понимания реляционных баз данных, обратитесь к учебным материалам и постепенно изучайте принципы организации и работы с такими базами данных.
Задание: Создайте таблицу "Книги" с полями "Название", "Автор" и "Год издания", а также таблицу "Библиотека" с полями "Книга" и "Количество".