Using the sample data from sampledb, you will build six applications using the database element, then mobilize the applications to the custom client. The sampledb database contains sample sales order, sales order line items, employee, customer, and product information.
The database tables that are used include:
sales_order – contains sales order information such as order ID, date, customer ID, sales representative ID (which is an employee ID from the employee table, the employee table is not mobilized or used in this tutorial).
sales_order_items – contains line item information for the sales orders such as product ID and quantity.
product – contains product information such as product ID, description and price.
customer – contains customer information such as customer ID, name and contact information.