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.


Lesson 1: Create a database file
Lesson 2: Add tables to the database
Lesson 3: Set a NOT NULL constraint on a column
Lesson 4: Create a foreign key