Home »
MCQs »
SQLAlchemy MCQs
In which of the following function text is composed into a statement that is passed to the database with the majority of its original form?
42. In which of the following function text is composed into a statement that is passed to the database with the majority of its original form?
- Filter()
- Text()
- Query()
- Text_all()
Answer: B) Text()
Explanation:
In the Text() method, the text is composed into a statement that is passed to the database with the majority of its original form.