Table creation: Difference between revisions

m
(Added Oz.)
m (→‎{{header|Python}}+SQLite: link to sqlite)
Line 85:
 
 
=={{header|Python}}+{{header|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.
Anonymous user