select distinct CONSTRAINT_NAME
from information_schema.TABLE_CONSTRAINTS
where table_name = 'table_name' and constraint_type = 'UNIQUE';
select distinct CONSTRAINT_NAME
from information_schema.TABLE_CONSTRAINTS
where table_name = 'table_name' and constraint_type = 'UNIQUE';
Unisciti a noi ad Amsterdam per un incontro con OptimaData e VidaXL
Somiglianze e differenze tra le funzioni RANK, DENSE_RANK e ROW_NUMBER
schema del database per gli attributi dei prodotti
Tipi di cursore di SQL Server:qual è la differenza tra il cursore LOCALE E GLOBALE | Esercitazione su SQL Server/Esercitazione su TSQL