Table creation: Difference between revisions

Content added Content deleted
(added FunL)
(Making)
Line 244: Line 244:




=={{header|Python}}+SQLite==
=={{header|Python}}==
{{libheader|SQLite}}
{{libheader|SQLite}}
The sqlite3 database is a part of the Python standard library. It does not associate type with table columns, any cell can be of any type.
The sqlite3 database is a part of the Python standard library. It does not associate type with table columns, any cell can be of any type.