Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Database activity.

Database activity: Difference between revisions

From MoodleDocs
(Tidy)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Database}}{{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.


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.  
[[Image:databaseintro.png]]


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.
* [[Database activity settings|Database settings]]
* [[Building Database]]
* [[Database templates]]
* [[Using Database]]
* [[Database activity FAQ]]


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 11: 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 15:11, 2 October 2015

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.

databaseintro.png