film_type_idx
Index on column 'type' of table 'film'.
Speedup of table row lookups based on column 'type' in table 'film'.
CREATE INDEX film_type_idx ON film(type);
Version 2.5
Still in use
= Version 2.5 =