Top "Metadata" questions

Meta-data provides information about one or more aspects of the data.

How to list the tables in a SQLite database file that was opened with ATTACH?

What SQL can be used to list the tables, and the rows within those tables in an SQLite database file …

sql database sqlite metadata
List of foreign keys and the tables they reference in Oracle DB

I'm trying to find a query which will return me a list of the foreign keys for a table and …

oracle metadata database-metadata
From a Sybase Database, how I can get table description ( field names and types)?

I have access to command line isql and I like to get Meta-Data of all the tables of a given …

sql metadata sybase sap-ase isql
SQL Server: Extract Table Meta-Data (description, fields and their data types)

I am trying to find a way to extract information about my tables in SQL Server (2008). The data I need …

sql sql-server metadata
Select data from "show tables" MySQL query

Is it possible to select from show tables in MySQL? SELECT * FROM (SHOW TABLES) AS `my_tables` Something along these …

mysql sql metadata
Clean out Eclipse workspace metadata

I use multiple workspaces with Eclipse. I recently noticed that some of my workspaces have a lot of cruft in …

eclipse metadata configuration-files workspace eclipse-metadata
Sql Query to list all views in an SQL Server 2005 database

I need an sql query to enumerate all views (I only need the view names) of a specific database in …

sql sql-server metadata
How to find available directory objects on Oracle 11g system?

I assume this information is available in Oracle metadata tables, but where exactly ? I need the directory object for BFILENAME …

oracle metadata oracle11g
Retrieving and Saving media metadata using FFmpeg

I want to read the metadata in media files and then save that metadata in a text/xml file, so …

ffmpeg metadata media
How do you determine what SQL Tables have an identity column programmatically

I want to create a list of columns in SQL Server 2005 that have identity columns and their corresponding table in …

sql-server tsql metadata identity-column