Development resources, articles, tutorials, code samples, tools and downloads for ASP.Net, SQL Server, Reporting Services, T-SQL, Windows, AWS, SAP HANA and ABAP
List of US States - US States Abbreviations and Names
This T-SQL article includes SQL Server database table States CREATE script and data including list of US states names and US states abbreviations in the form of SQL INSERT statement.
SQL developers can create the States table and populate table with real US states list data to use in productive environment or for development purposes.
Here is the SQL script that first create States table in SQL Server database.
Then the T-SQL INSERT statement adds the list of US states including the US states abbreviations and names.
The States table Code field stores the US states abbreviations.