Home »
MCQs »
SQLAlchemy MCQs
In which of the following methods, the instance returned will provide direct access to the identity map of the session that owns the primary key identifier?
37. In which of the following methods, the instance returned will provide direct access to the identity map of the session that owns the primary key identifier?
- join()
- one()
- add()
- Get()
Answer: D) Get()
Explanation:
In get() function the instance returned will provide direct access to the identity map of the session that owns the primary key identifier.