how do i list constraints in my database by using sql
server2000?
Answer Posted / ashish tiwari
SHOW INDEX FROM mydb.mytable;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why mysql is open source?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
What is the maximum connection pool size?
Is mysql a free database?
Is mysql a odbc?
How do I create a database in mysql workbench?
Where is the mysql config file?
Is mysql better than oracle?
Is mysql still relevant?
What is query log in mysql?
What are Heap tables?
How to create and drop view in mysql?
How do I run mysql from command line?
How do I copy a table in mysql workbench?
How to check if value already exists in mysql database in php?