Newbie question SQL

Associate
Joined
18 Oct 2002
Posts
797
Location
Manchester
If you create a table in SQL what do you save it as ? is it saved as SQL or is just saved as a normal txt extension.. I have been following a basic tutorial on the web but it doesnt tell you how it should be saved in order for you to the edit it :D
 
Soldato
Joined
18 Oct 2002
Posts
5,600
Location
Surrey
if you create a table in SQL you issue the CREATE TABLE command to the server. the database will manage the saving and storage of it. If you want to save the script to create the table then just save the command in plain text as a .sql file.

Paul
 
Back
Top Bottom