What is SQLite (DB Create and Connection) & How to Create Table in Python

preview_player
Показать описание
In this video, you will learn to create SQLite database design. Brief information about SQLite connection is also there in this video.

SQLite is a database, and the complete concept of its use in Python is explained in this video. You will learn to create a database and create tables in Python.

The files created in SQLite will always have the .db extension. Learn the proper implementation of SQLite with this video.

Our trainer has explained the complete concept of creating SQLite database contention with the help of practical examples, and it will help you learn the concepts easily.

We have made a dedicated playlist on Python. You can watch more videos from there to learn the language from start to finish.

WsCubeTech – Digital Marketing Agency & Institute.

✔ We can help you to create a Digital Marketing plan to take your business to new heights.
✔ Offering Job Oriented Most Latest, Updated, and advanced Digital Marketing Courses with Practical, Hands-on Live Projects Training & Exposure.
For More information : Call us at : +91- 92696-98122

There is a complete playlist of Digital Marketing Interview Tips & Tricks available -

There is a complete playlist of Facebook Ads available -

There is a complete playlist of Twitter Ads available.

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Please don’t forget to Like, Share & Subscribe

--------------------------------------| Thanks |---------------------------
#Python # SQLite #PythonCourse
Рекомендации по теме
Комментарии
Автор

😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.

wscubetech
Автор

sir error handling ka video be banao please

AbdulAziz-oivx
Автор

Should I go through the MySQL playlist first?

aninditakar
Автор

Sir mysql se kab connection banaye rhe kaun si video me

the_mohannishad
Автор

Sir why we need to use sqlite3 in python? Ager hum database ko Command prompt me sqlite run kerke bhi bana sakte hai.

mickymec
Автор

Are sir Django ka bta do khtm ho gya h ky.
Uske aage video nhi aa rhi

kamalkantupadhyay
Автор

hi sir,
ye table bnane k baad jab run kra to st_id ki jgh none aa raha hai.
jo bhi new entry kari sab me st_id none aa rha hai.
please reply

jaspreetsingh-klsd
Автор

What we have to make a table for a combo box

MusaMineVlogs
Автор

sir sqlite file jb run krty hain tu wahan st_id ki jaga None a jata hai
please reply sir

tanveerkhalil-rrkl
Автор

sir this is the right code
import sqlite3

conn.execute('''
Create Table Student (
st_id INTEGER PRIMARY KEY, # <-- fixed here
st_name VARCHAR(50),
st_class VARCHAR(10),
st_email VARCHAR(30)
)

''')
conn.close()

I noticed that you are using AUTO_INCREMENT for the st_id column. This is not supported by SQLite, which uses a different mechanism for generating primary keys. You need to use INTEGER PRIMARY KEY instead, which will automatically assign a unique integer value to each row. This will also make your table more efficient and compatible with other databases. To fix this, you need to change the st_id column definition to INTEGER PRIMARY KEY
I hope it's ok to give feedback, great channel by the way, the biggest benefit of this channel is the Indian voice, learning from English channels becomes tedious due to their dull voices, thank you for this material.

atuldashmukh
Автор

Itne comments ke baad bhi ko correct ni kiya next video - select query wali me already st_id me number show ho rhe really disappointed ☹️

Mai phli bar Wscube tech ki vidoe dekh rha hu aur starting me hi itni badi mistake

satyam