Tabel Buat PostgreSQL dengan indeks

CREATE INDEX index_name
ON table_name (column_name);
Bored Bison