How do I find table/field names and aliases using SQL regardless of the platform used?<br><br>SQL server has the catalog procedure sp-database, sp_tab;es and sp_columns, while the AS400 DB2 has the more obscure system tables QSYS.QADBIFLD and QSYS.QADBXREF. <br><br>Is there a universal standard for SQL database schema???<br><br>Thanks for your help with this