Co robi ten kod sql

Siemka, mam problem bo nie wiem co oznacza ten kody sql…

if exists(

select 1 from sys.sysindex i, sys.systable t

where i.table_id=t.table_id

and i.index_name=‘Klient_PK’

and t.table_name=‘Klient’

) then

drop index Klient.Klient_PK

end if;

Mógłby ktoś wytłumaczyć co każda linijka robi?

Pozdro