Explain how database system of Drupal works?
Answer / Shivam Kumar
Drupal uses a PHP-based API to interact with the underlying database. It stores data in tables that correspond to various entities such as nodes, users, and comments. The database schema is created based on Drupal core and any installed modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between soap and rest?
Do you have profile on drupal site? Do you write the comments on drupal site?
What is context and settings in drupal behaviors?
What is cms?
What a module is in drupal and what the process of writing one involves?
Does drupal require coding?
How will you create a new content type using code?
Where is drush?
Where is the setting files placed in drupal?
What is the use of features module?
What are namespaces? How to use in drupal 8?
What is database abstraction layer ?