Google News
logo
TinyDB - Quiz(MCQ)
To create a table which of the following method is used?
A)
Db.table()
B)
Db.create()
C)
Db.new_table()
D)
None of the above

Correct Answer :   Db.table()


Explanation : To create a table, db.table() is used

Advertisement