Login to add a question
Please login from student email id only (@ds.study.iitm.ac.in).
Student Google login
-
1
can anyone please send me link of the same form or spreadsheet for mad 2 , my mail adminplacement3@gmail.comTimes asked 1Official solution
SimpleORM = Object Relational Mapping. Tables → Python classes. Raw SQL kam likhte ho.
Example
class User(db.Model): id = db.Column(db.Integer, primary_key=True) email = db.Column(db.String(120), unique=True) User.query.get(5) # SELECT ... WHERE id=5Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet