DBMS Interview Questions Answers
What is indexing and the different kinds of indexing? Indexing is a technique for determining how quickly specific data can be found. Types: Binary search style indexing B-Tree indexing Inverted list indexing Memory resident table Table indexing What is the system catalog or catalog relation? How is it better known as? An RDBMS maintains a … Read more