Home »
MCQs »
SQLAlchemy MCQs
To add one or more columns, which of the following functions will you use?
36. To add one or more columns, which of the following functions will you use?
- columns()
- columns_add()
- add_columns()
Answer: C) add_columns()
Explanation:
add_columns() function is used to add one or more columns.