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
What is mysqli_free_result?
Explain the architecture models of SQL Server?
What is the data type for image?
What are the advantages of mysql in comparison to oracle?
How we can get the current date in mysql?
What is mysql procedure?
What is flush privileges in mysql?
How to declare variable in mysql trigger?
How many rows can mysql hold?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
How can I compare two mysql databases?
What are triggers mysql?
How to list or view all databases from the mysql server.
Explain what is mysql?
What is the difference between mysql and sql?