Did you written the query in d7 for your module?
Answer / Arnima Sharma
Yes, it is common to write custom database queries in Drupal 7 when creating a custom module that requires specific data manipulation. Queries can be executed using db_query() or db_select() functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is module in drupal? List out some of the modules used in drupal?
How to remove breadcrumbs from my drupal pages?
What are breadcrumbs ?
What is drupal region?
What is the use of taxonomy and vocabulary in drupal?
How do I create a bootstrap subtheme in drupal 8?
How to make my drupal site offline to public, while it is under construction?
What are nodes in drupal?
How to handle localization in drupal?
What does pdo mean in drupal?
Write down some modules that are used in drupal?
How to create drush aliases ?