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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.