DEFINITIONS

Definitions More Info.
Definition ID890
TitlePOSTGRESQL
CategoryNOTES
DefinitionMultiple Unique Index
Definition DescriptionCREATE TABLE "DBACHECKDB"."Card_A" (
"Number_1" int4 NULL,
"Number_2" int4 NULL,
"Number_3" int4 NULL,
"Number_4" int4 NULL,
CONSTRAINT unq_card_num UNIQUE ("Number_1", "Number_2", "Number_3", "Number_4")
);
CREATE UNIQUE INDEX "AA" ON "DBACHECKDB"."Card_A" USING btree ("Number_1", "Number_2", "Number_3", "Number_4");
RecordBycunay
Record Date27-09-2018 08:27:24
Düzenle
Kopyala
Sil