The class teacher marks daily attendance of the students in the attendance register. The teacher records ‘P’ for present or ‘A’ for absent. If class strength is 50 and total working days in a month are 26, the teacher needs to write _________ records manually in the register every month.

🎲 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.


The class teacher marks daily attendance of the students in the attendance register. The teacher records ‘P’ for present or ‘A’ for absent. If class strength is 50 and total working days in a month are 26, the teacher needs to write _________ records manually in the register every month.