I'm learning SQL, and I ran into the following problem:
I need to know which of the columns is the primary key of the table. Is there a command I can use in SELECT to get a return this information?
I've already seen the topic:
It did not help at all.