1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Tables ======= A table makes up a collection of column_types that can be joined together in order to create relational result sets. Each record is called a row, and a table can have an infinite set of rows. .. toctree:: :maxdepth: 2 alter_table create_table drop_table truncate rename |