create index on :emp(name)
drop index on :emp(name)
create index on :emp(name,gender)
drop index on :emp(name,gender)