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 |
How to add custom php codes in pages using drupal?
How to implement hook_update_n() ?
Explain coding standards in drupal?
What makes “search” in drupal as an excellent feature than other cms?
What is a node in drupal?
How will you create subtheme in drupal?
For image slider which modules are required in drupal?
Explain theming in drupal 8?
What is contextual filter?
How to enable clean urls in drupal ?
What is taxonomy?
How can we improve the drupal site performance?