such as:
CREATE TABLE Customers (Customer_id INT NOT NULL PRIMARY KEY...)
Can i write it in an editor, save it as a batch file and than, rather then write the above command, simply run the batch ?
If the answer is positive, can anyone explain me how excactly i do it:
run from inside the ide or outside? Where do i save the file? What extension has the file ? What syntax?
Thanks !