The "SuperStore" Database

Top  Previous  Next

MoreMotion AF can interact with any relational database system as long as there is a suitable JDBC driver available. This tutorial was prepared  to support Apache Derby, MySQL, MS SQL Server and Oracle databases.

Here are the tables required by the application:

1.product_categories
2.products
3.customers
4.employees
5.orders
6.orderdetails
7.cart

 

DB_Rels