-
1
Demonstrate the complete application.
-
2
Show the project/folder structure.
-
3
Show the requested features/pages during the demo.
-
4
Explain specific parts of the code when asked.
-
5
Display the number of days remaining before book access is revoked.
-
6
What is ORM?
-
7
What is relationship()?
-
8
What is backref?
-
9
Difference between backref and back_populates.
-
10
What is cascade="all" (Cascade options)?
-
11
Why did you use __tablename__? What happens if we remove it