Google News
logo
Drupal - Interview Questions
Explain how database system of Drupal works?
In a database Drupal stores information, and each information has its own database table.  For example : the basic information regarding the nodes of your site are stored and kept in the node table, and if you use the CCK module to add fields to your nodes, the field information is stored in a separate table.
Advertisement