Which of the following types of indexes are supported by MySQL ServerAAll of theseBUniqueCForeign keyDPrimary key
A. All of these.
Explanation: MySQL Server supports all of these types of indexes. A primary key index is used to uniquely identify each row in a table. A unique index is used to ensure that no two rows in a table have the same values in the indexed columns. A foreign key index is used to enforce referential integrity between two tables.
原文地址: https://www.cveoy.top/t/topic/fn2z 著作权归作者所有。请勿转载和采集!