Tagged Questions
2
votes
3answers
97 views
Field types for columns in a MySQL query
Is it possible to get the field type from a MySQL query, in the same way you can get it from a table with the SHOW COLUMNS command?
edit: i should clarify that a bit. I am aware that I can get the ...
3
votes
2answers
282 views
Searching for a Data Dictionary for SQL or Oracle
I am looking for metadata specifications (data dictionary) for SQL Server and Oracle databases.
By metadata map, I mean a definitive description of what objects make up database model and their ...