Executing SQL in Python
#Connect to database
connection = sqlite3.connect("course.db")
cursor = connection.cursor()
# Insert a learner record
Well come to Top Profession
#Connect to database
connection = sqlite3.connect("course.db")
cursor = connection.cursor()
# Insert a learner record