Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

Which command is used to remove an index from the database in SQL?

<p>A. DELETE INDEX </p> <p>B. DROP INDEX </p> <p>C. REMOVE INDEX </p> <p>D. ROLL BACK INDEX </p> <p>E. None of the above</p>

user-image
Question ajoutée par Emad Mohammed said abdalla , ERP & IT Software, operation general manager . , AL DOHA Company
Date de publication: 2015/01/11
Vinod Jetley
par Vinod Jetley , Assistant General Manager , State Bank of India

B. DROP INDEX

Muhammad Zohaib Great
par Muhammad Zohaib Great , Software Test Engineer II , Mazik Global, a Quisitive Company (Tyler Technologies Inc, Texas, USA)

The DROP INDEX command is used to remove an index from a database table in SQL. The specific syntax varies slightly across different database systems: SQL DROP INDEX table_name.index_name;

Muhammad Ahmad
par Muhammad Ahmad , Oracle Identity Manager Developer , Techaccess Pakistan

In SQL, the command used to remove an index from a database is 'DROP INDEX'.

Zeeshan Ahmad
par Zeeshan Ahmad , Full Stack developer , SigmaLabs

In SQL, the command used to remove an index from the database is DROP INDEX. The syntax is as follows:

DROP INDEX index_name ON table_name;

Where index_name is the name of the index that you want to drop and table_name is the name of the table from which you want to remove the index.

 

Faraaz Rehan Junaidi Mohammed
par Faraaz Rehan Junaidi Mohammed , Research and Development Intern , FewCuts Inc.

Option b, Drop Index

Mahesh Hegde
par Mahesh Hegde , Automation Engineer , MaxLinear technologies Pvt Ltd

Drop index which not only deletes the index but also completly removes that from database

Naseeb ul Hassan
par Naseeb ul Hassan , IT Assistant , Iqra University Islamabad Campus

We can use DROP INDEX for removing Index in SQL

Hussam Alhayek
par Hussam Alhayek , Website Administrator , Arabic Calligraphy by Everitte Barbee

DROP INDEX TABLE-NAME.INDEX-NAME

Lahari Bhumireddy
par Lahari Bhumireddy , Software Developer , Eka software solutions

we can use DROP INDEX .because drop is use to remove the data from database.

Thahasim C
par Thahasim C , Accountant , Apco

Which command is used to remove an index from the database in SQL?

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?