______ becomes difficult to handle when number of files increases and volume of data also grows.

🎲 Try a Random Question  |  Total Questions in Quiz: 59  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CBSE Class 11 Database Concepts Practice Test — practice the complete quiz, review flashcards, or try a random question.

A database is a collection of DATA/INFORMATION that is organized so that it can be easily accessed, managed and updated.

In a Database, Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information.

The syntax to create a database in Class 11: 
create table – command to create a table.
tablename – provide the tablename which you are going to create.
column specification – column specification accepts columnname then datatype and size and contraint name.


______ becomes difficult to handle when number of files increases and volume of data also grows.