By CollectoR
via petefreitag.com
Published: Feb 19 2008 / 12:05
I've known about the INFORMATION_SCHEMA views (or system tables) in SQL Server for a while, but I just leared recently that they are actually part of the SQL-92 standard and supported on other database platforms.
The INFORMATION_SCHEMA views provide meta data information about the tables, columns, and other parts of your database. Because the structure of these tables are standardized you can write SQL statements that work on various database platforms.
SaveShareSend
Tags: coldfusion, usability
Add your comment