Top "Table-structure" questions

PostgreSQL "DESCRIBE TABLE"

How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?

postgresql psql table-structure
how to get table structure as an SQL query in phpmyadmin

I have many tables in my MySQL database & I want to know the table structure of all tables. When …

mysql phpmyadmin table-structure describe
Getting the table structure in ms access with SQL query?

How to get the table structure in MS Access with a SQL query? Using the following query: SELECT name FROM …

sql ms-access table-structure
table structure for personal messages

What is the best table structure to store dialogs between users in private messages? Each user can send personal message …

mysql database-design table-structure
How do I implement threaded comments?

I am developing a web application that can support threaded comments. I need the ability to rearrange the comments based …

performance database-design comments query-optimization table-structure