cstack / db_tutorial

Writing a sqlite clone from scratch in C

Home Page:https://cstack.github.io/db_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create table statement

Zrufy opened this issue · comments

First of all thank you for this tutorial. Just fantastic. I have a question for you. From tutorial we directly insert the table inside the code and make insertions and more. But if i wanted to create a table through the "CREATE TABLE" command you would have some advice on how to do it?