How database system of drupal works ?
Answer / Amit Rawat
Drupal utilizes a database to store content and configuration data. By default, it supports MySQL, PostgreSQL, SQLite, and Microsoft SQL Server databases. The database schema is built using the PHP Data Abstraction Layer (PDAL) for database abstraction. Modules, themes, and core files are stored in the filesystem while content and configuration data are stored in the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the design resources sub theme will inherit and will not inherit?
what is the use of Ctools in Drupal?
What is drupal taxonomy?
How to create the responsive theme?
Explain what is Drupal?
What are the software requirements for drupal installation?
How do I show different drupal themes on different pages?
what is pre process function?
Compare joomla and drupal terminology?
How will you create a field using code?
What is drupal used for?
What is left join and right joins?