Read Me
Read Me
Read Me
GO
GO
GO
Important
1. Instead of using class and section codes separately, we can use ‘class_section_id’ in
Assessment, exam_grade_master, exam_result tables.
Table : TOGET SECTIONS ALLOCATED FOR EACH CLASS FOR THE ACADEMIC YEAR (SELECT RECORD
WITH 'IS_DELETED' AS 0)
2. Each transaction table should contain a audit table where to store the user log details
like
On insertion/updation, a new record is inserted into corresponding audit table using trigger
-----------------------Reference------------------------------------
'branchMaster' table in database.sql script
----------------------------------------------------------------------
For that,
is_deleted int default 0 not null, for deleted record it should be updated as '1'
-----------------------------------------------------------
3. In ASP,