Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Database activity.

Database activity: Difference between revisions

From MoodleDocs
No edit summary
(added screencast)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Activities}}{{Improve}}
{{Activities}}The database activity module allows the teacher and/or students to build, display and search a bank of record entries about any conceivable topic. The format and structure of these entries can be almost unlimited, including images, files, URLs, numbers and text amongst other things.
 
{{MediaPlayer | url = https://youtu.be/HkKUojvm6Ag | desc = Overview of the Database activity}}


The database activity module allows the teacher and/or students to build, display and search a bank of record entries about any conceivable topic. The format and structure of these entries can be almost unlimited, including images, files, URLs, numbers and text amongst other things.
* [[Database activity settings|Database settings]]
* [[Database activity settings|Database settings]]
* [[Building Database]]
* [[Building Database]]
* [[Database templates]]
* [[Using Database]]
* [[Using Database]]
* [[Database activity FAQ]
* [[Database activity FAQ]]
 
 
This module will create one table per instance, but you may create as many instances you need. The records can be linked to other tables and all resources in the course, if you allow autolink in a name field, but you cannot build a SQL query.


The table is not created in the SQL database, it is just stored there in lines of other SQL tables (mdl_data*).
[[Category:Database activity module]]


[[de:Datenbank]]
[[de:Datenbank]]
Line 16: Line 15:
[[eu:Datu-basea]]
[[eu:Datu-basea]]
[[fr:Base de données]]
[[fr:Base de données]]
[[cs:Modul Databáze]]
[[ja:データベースモジュール]]
[[ja:データベースモジュール]]
[[ru: База_данных]]

Latest revision as of 10:42, 8 August 2018

The database activity module allows the teacher and/or students to build, display and search a bank of record entries about any conceivable topic. The format and structure of these entries can be almost unlimited, including images, files, URLs, numbers and text amongst other things.

Overview of the Database activity