Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to get primery key column in any table .......please provide the query for that or any other method thanx in advance :):)
Here is a query that might help (found here[^]):
SHOW KEYS FROM tablename WHERE Key_name = 'PRIMARY'
thank you very much sir :)