.SQL File Extension
Structured Query Language Data File
Developer | ISO/IEC |
Popularity |
3.9 | 168 Votes |
What is an SQL file?
More Information
You will most likely only encounter SQL files if you develop or manage web databases. The SQL language first appeared in the 1970s at IBM and was adopted by the ANSI and ISO standard groups in 1986 as the standard language for relational database management systems (RDBMS). Since its adoption, it has gone through multiple revisions to support a wider set of features and has spawned several database language variations, which include Mini SQL (mSQL) and MySQL.
NOTE: SQL may be pronounced as "S-Q-L" or "Sequel."
How to open an SQL file
SQL files can be read by any SQL-compatible database program, such as MySQL and Richardson RazorSQL. You can also open and edit SQL files in various source code editors, such as gVim, Bare Bones BBEdit, and MacroMates TextMate.
If you do not have access to a SQL database program or a source code editor, you can open a SQL file in a plain text editor, such as Microsoft Notepad and Apple TextEdit. Note, however, that these plain text editors will not show the helpful styling and syntax that source code editors provide to help users make sense of SQL files.