Viva prep · Real questions · Student experiences Enroll in Bootcamp

Proctor workspace

Proctor 000

Share your experience Add your viva experience here
1 Questions
1 Sets
0 Topics
0 Reviews
Tips for this examiner: please send as quick as you can

Student reviews

No student reviews for this proctor yet.

Approved viva sets

Download all
See reviews 000 MAD1 Level 1
  1. 1
    can anyone please send me link of the same form or spreadsheet for mad 2 , my mail adminplacement3@gmail.com
    Times asked 1
    Official 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=5
Maintaine By Lazy IITians Team + IITM BS students Regualr for More data you have