how do i list constraints in my database by using sql
server2000?



how do i list constraints in my database by using sql server2000?..

Answer / ashish tiwari

SHOW INDEX FROM mydb.mytable;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can anyone help me to create a good mysql database schema with an example. Thanks, Sekar.jr

1 Answers  


How can you filter the duplicate data while retrieving records from the table?

0 Answers  


Can't connect mysql server on localhost?

0 Answers  


What is max_used_connections in mysql?

0 Answers  


When to use order by in delete statement?

0 Answers  






What is the difference between the primary and unique key in mysql?

0 Answers  


How do I find mysql version in mysql workbench?

0 Answers  


Tell us something about heap tables?

0 Answers  


can you tell how can you display the maximum salary in sql? : Mysql dba

0 Answers  


What is database in php mysql?

0 Answers  


How to escape special characters in sql statements?

0 Answers  


What are the advantages of stored procedures, triggers, indexes?

5 Answers  


Categories