A description of the structure of the database - including the structure of the tables, columns, constraints, views, etc, etc.
How do I see if my database has any indexes on it? How about for a specific table?
mysql indexing database-schemaFrom the MySQL console, what command displays the schema of any given table?
mysql database schema database-schemaI have the following migration file db\migrate\20100905201547_create_blocks.rb How can I specifically rollback that migration file?
ruby-on-rails schema database-schema rollbackI have two tables in MySQL. Table Person has the following columns: id | name | fruits The fruits column may hold …
mysql database-schemaActually what do they mean? All articles I find about them don't give me an idea, or my knowledge is …
database database-design database-schema olap oltpI'm just looking for a simple query to select all the table names for a given schema. For example, our …
sql db2 database-schemaWe have an Oracle DBMS (11g) and the following configuration: A DB user "MYUSER" Two schemas "MYUSER" and "SCHEMA_B" …
database oracle database-schema dblinkI have a windows forms application written in VS2010 with C# and get the following errors in the app.config …
c# error-handling database-schema application-settingsIs there a difference between a schema and a database in MySQL? In SQL Server, a database is a higher …
mysql database schema database-schemaWhat's the difference between a Database and a Schema in SQL Server? Both are the containers of tables and data. …
sql-server database sql-server-2005 database-schema