Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to update table using module?



How to update table using module?..

Answer / Preeti Kumari

To update a table using a Drupal module, follow these steps:n1. Create or modify an existing Drupal module.n2. Implement hook_update_N() for the desired database version, where N is the numerical version of your module (e.g., hook_update_7001).n3. Define a function with the name update_7001_node_content inside the module file (e.g., mymodule.install):nfunction mymodule_update_7001_node_content() {n // Perform database updates using Drupal's db_query and db_update functions.n}n4. Clear Drupal's cache to apply the changes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Drupal Interview Questions

What are breadcrumbs ?

1 Answers  


What is an open source software?

1 Answers  


What does cms stand for?

1 Answers  


Explain the concept of node in drupal?

1 Answers  


What is a view in drupal 8?

1 Answers  


How to handle localization in drupal?

1 Answers  


what are the features of drupal?

1 Answers  


What is the use of the field set the width of each sidebar in the layout and general settings?

1 Answers  


What is drush command?

1 Answers  


What is the use of Media query for this layout field in the layout and general settings?

1 Answers  


What is api in drupal?

1 Answers  


How to add custom php codes in my drupal pages or blocks?

1 Answers  


Categories