Creating tables from SQL view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone

I am using SQL view of query to create my tables. Appreciate your help with
my questions :

1. How do I create a table with composite primary key ? I have created one
with 1 key, but how can I create them with 2 primary keys? Could you tell me
the syntax?

2. I want to create a table which has fields of type boolean and autonumber,
how should I code that ? I tried to put type of fields as yes/no (and
true/false) and autonumber , but I got errors.


Thank you in advance
Evrim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top