Creating Table
Creating Table¶ Before getting into action with respect to basic DML and queries or CRUD operations, we need to prepare tables.At this time we have not covered DDL yet. All database operations related to managing tables come under DDL. For now, let’s just create the table by copy pasting below CREATE TABLE statement. We will …