How to create a table (on SQL) based on user imput /u/TheMetzMetz Python Education

Hi! How are y’all?

I’m using SQLite3 to build an app for keeping track of the items in a store. Basically, I want to be able to create new tables and give them the name the user inputs (the columns would be always the same, so I don’t have much trouble with that). Is that possible? If so, how do you do it?

I tried searching it in Google but I couldn’t find any suitable answear; also tried with Claude, but either I don’t understand what it’s giving me, or it doesn’t fully know how to do it.

Thank you for reading 🙂

submitted by /u/TheMetzMetz
[link] [comments]

​r/learnpython Hi! How are y’all? I’m using SQLite3 to build an app for keeping track of the items in a store. Basically, I want to be able to create new tables and give them the name the user inputs (the columns would be always the same, so I don’t have much trouble with that). Is that possible? If so, how do you do it? I tried searching it in Google but I couldn’t find any suitable answear; also tried with Claude, but either I don’t understand what it’s giving me, or it doesn’t fully know how to do it. Thank you for reading 🙂 submitted by /u/TheMetzMetz [link] [comments] 

Hi! How are y’all?

I’m using SQLite3 to build an app for keeping track of the items in a store. Basically, I want to be able to create new tables and give them the name the user inputs (the columns would be always the same, so I don’t have much trouble with that). Is that possible? If so, how do you do it?

I tried searching it in Google but I couldn’t find any suitable answear; also tried with Claude, but either I don’t understand what it’s giving me, or it doesn’t fully know how to do it.

Thank you for reading 🙂

submitted by /u/TheMetzMetz
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *