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
How do I automate a backup in mysql?
What are the steps required to view your mysql database?
What is 'mysqlimport'?
What is a storage engine?
How to get nth highest salary from table in a mysql?
Where is mysql password stored?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How can you export the table as an xml file in mysql?
Is mysql a backend?
What is deterministic in mysql?
What is mysql community server?
What is dump in mysql?
How to shut down the server with 'mysqladmin'?
How to use mysqldump to create a copy of the database?
What is max connection in mysql?