Tutorial: Creating a SQL Anywhere database

This tutorial describes how to use Sybase Central to create a simple database, modeled on the Products, SalesOrderItems, SalesOrders, and Customers tables of the SQL Anywhere sample database.

For information about the SQL Anywhere sample database, see SQL Anywhere sample database.

For information about the principles of database design, see Designing and creating your database.


Lesson 1: Create a database file
Lesson 2: Connect to the database
Lesson 3: Create a table
Lesson 4: Set column properties
Lesson 5: Create relationships between tables using foreign keys