Create SQL db and naming columns

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Create SQL db and naming columns

Post by trags3 » Sun Jun 29, 2014 9:51 pm

I know this technically isn't a LC question but I want to access with LC.

I am so wet behind the ears that I don't know how when creating a SQL database to define how many columns or their names.
25 years ago I did a lot of dBase II, III & IV work but I have never touched a SQL database from a programming point of view.
Can someone please point me to a step by step example of doing this?

Thanks for the help.
Tom

Klaus
Posts: 14206
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Create SQL db and naming columns

Post by Klaus » Sun Jun 29, 2014 9:53 pm

Hi Tom,

http://www.w3schools.com/sql/sql_create_table.asp
that's where I started with SQL :D


Best

Klaus

trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Re: Create SQL db and naming columns

Post by trags3 » Sun Jun 29, 2014 10:00 pm

Hi Klaus,
That was FAST!!!
Thanks so much, that is exactly what I have been looking for.

Tom

Post Reply