Exercise on Advanced Drupal Database API - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal exercises for the in-class training

Exercise on Advanced Drupal Database API

Areas covered

  • Mutliple database connection
  • Configuration

Create a drupal instance for a hardware shop, which has the customer details saved in a table.
Customer name, mobile number, place, item code, price, quantity, date, shop_code columns should be there in the table.
Create a new drupal website for the company's software wing. Use the customer details table of hardware shop here also. All the related tables should be mapped accordingly