Saving .sql queries as .sql text file

Beginner question: I am learning SQL and the book says "SQL queries can be created as SQL script which can be saved as plain text file with file extension .sql

. Presumably this is done in Notepad, but how do I save it as .sql

script ?

+3


source to share


1 answer


To save the file as sql file in notepad - save the file as "yourFile.sql" as shown in the picture below.



Screenshot on how to save sql file from notepad

+2


source







All Articles