Home »
MCQs »
SQLAlchemy MCQs
If you want to turn a selectable object into an alias, which function will you use?
21. If you want to turn a selectable object into an alias, which function will you use?
- alias()
- Same()
- From clause. Alias()
- .alias()
Answer: C) From clause. Alias()
Explanation:
From clause. Alias() function turns a selectable object into an alias.