Class 12 CS Chapter 16 Back Exercise Part B Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. Design a Python application that fetches all the records from Pet table of menagerie database. ...click here for answer 2. Design a Python application that fetches only those records from Event table of menagerie database where type is Kennel. ...click here for answer 3. Design a Python application to obtain a search criteria from user and then fetch records based on that from empl table, (given in chapter 13) ...click here for answer