6.3 CONTENTS OF A DATABASE:

ডাটাবেছএটাৰ 6.3 সমল:

In the previous section, we have discussed that databases are very efficient in storing huge data. But how to store data in a database? To know how to store data in a database we should know the contents of a database. The primary content of a database is database table where all data of a database are stored.

পূৰ্বৱৰ্তী শাখাত, আমি আলোচনা কৰিছো যে ডাটাবেচবোৰ বৃহৎ ডাটা সংৰক্ষণ কৰাত অতি দক্ষ। কিন্তু ডাটাবেচত ডাটা কেনেদৰে সংৰক্ষণ কৰিব লাগে? ডাটাবেচ এটাত ডাটা কেনেদৰে সংৰক্ষণ কৰিব লাগে জানিবলৈ আমি ডাটাবেচৰ সমলবোৰ জানিব লাগে। ডাটাবেছৰ প্ৰাথমিক সমল হৈছে ডাটাবেচ তালিকা য’ত ডাটাবেচৰ সকলো ডাটা সংৰক্ষণ কৰা হয়।

A table in a database is a structure to store a set of data with common attributes. Each attribute in a table is called fields and used as columns of the table. Data is stored in a table in terms of rows by putting values for every column. Each row in a table is called a record.

ডাটাবেছত এখন তালিকা হৈছে সাধাৰণ গুণাগুণৰ সৈতে ডাটাৰ এটা ছেট সংৰক্ষণ কৰাৰ এক গাঁথনি। তালিকা এখনৰ প্ৰতিটো গুণক ফিল্ড বুলি কোৱা হয় আৰু তালিকাৰ স্তম্ভ হিচাপে ব্যৱহাৰ কৰা হয়। প্ৰতিটো স্তম্ভৰ বাবে মূল্য ৰাখি শাৰীৰ হিচাপত ডাটা এখন তালিকাত সংৰক্ষণ কৰা হয়। টেবুল এখনৰ প্ৰতিটো শাৰীক ৰেকৰ্ড বুলি কোৱা হয়।

Table 6.1 is an example of a database table of teachers in a school. There are three fields and four records in the table. Normally in a database table, the number of fields is fixed during the design of the database. Whereas insertion of new records occurs frequently.

তালিকা 6.1 হৈছে এখন বিদ্যালয়ৰ শিক্ষকসকলৰ ডাটাবেচ তালিকাৰ এক উদাহৰণ। তালিকাখনত তিনিটা ক্ষেত্ৰ আৰু চাৰিটা ৰেকৰ্ড আছে। সাধাৰণতে ডাটাবেচ তালিকাএখনত, ডাটাবেছৰ ডিজাইনৰ সময়ত ফিল্ডৰ সংখ্যা নিৰ্ধাৰণ কৰা হয়। আনহাতে নতুন ৰেকৰ্ড অন্তৰ্ভুক্ত কৰা সঘনাই হয়।