dbms is a database management system
YOU ARE READING
index in sql
Short StoryIndex:- An index is a schema object that can speed up the retrieval of rows by using a pointer. Indexes can be created explicitly or automatically. If we do mot have an index on the column, then a full table scan will occur. An index provides direct...
what is dbms
dbms is a database management system
