Primary index drops when primary key dropped

Primary index drops when primary key dropped

When we define a primary key, we define the unique index for the primary key. Now if the primary key is dropped for a table, will the index also get dropped or will it be retained as unique index.

“; ; ; ;