Is "INDEX" a standard SQL keyword / reserved word ANSI ISO?

I did some research on whether “INDEX” is a keyword in ANSI SQL, but I was out of luck, especially since 2008 and the 2011 standard.

Does anyone know for sure if this is a valid ANSI ISO SQL keyword?

+3
source share
2 answers

There is no ANSI standard for the SQL language used to create, modify, or manage indexes. So no, INDEX is not a keyword (reserved word) for ANSI standards.

SQL . , .

, SQL , , INDEX, ANSI. , . IBM doc ALTER INDEX.

ANSI SQL - 2003 .


: , - , ANSI , , ( ) . ANSI ; , ANSI . , - . ANSI , ... . ANSI, INDEX, DDL.

+5

SQL, , SQL, "". , MS Access SQL CREATE TABLE MS Excel, , SQL "", Excel " " Access Excel Range .

+1

All Articles