data dictionary for hostel management system
aints | Notes | |------------|--------------|-----------|-------------------|--------| | RoomNumber | Identifier for each room | String | e.g., 'A101' | Primary key | | RoomType | Type of room (single, double, triple) | String | 'Single', 'Double', 'Triple' | Re