hi,
In SQL Server we ve some system tables which have some information about the database,
1. sysobjects : which stores the information regarding the database objects like table, procedure , etc...
it has information like the name of the object, type (procedure or table or trigger ...), specific id for the object.
2. systypes : it has information about the data types like, the name of the datatype, the space it occupies, physical storage type, etc..
I want to retrieve similar information from DB2, Kindly guide me to find the equivalent information in DB2,.
Regards,
Sn