JaredChung / SQLNotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLNotes

Bonus SQL Scripts SQL Server 2008

--List All Tables in a Database

SELECT * FROM information_schema.tables

About


Languages

Language:Python 76.3%Language:R 23.7%