Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Usage » Designing and Creating Databases » Designing and creating your database

 

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