film_type_manufacturer_idx
Index on column 'manufacturer' of table 'film_type'.
Speedup of table row lookups based on column 'manufacturer' in table 'film_type'.
CREATE INDEX film_type_manufacturer_idx ON film_type(manufacturer);
Version 2.5
Still in use
= Version 2.5 =
CREATE INDEX film_type_manufacturer_idx ON film_type(manufacturer);