1. Relational Database Management System (RDBMS) Software application that control the creation, maintenance, and use of a database. Based on the relational model. Data is stored in tables and [...]
DROP INDEX index_name ON tbl_name DROP INDEX drops the index named index_name from the table tbl_name. After deleting the index on ‘gender’ column, the performance enhancement is lost.