Write the python code to select all data from a table called student
Answers
Answered by
2
Answer:
- First, establish a connection to the SQLite database by creating a Connection object.
- Next, create a Cursor object using the cursor method of the Connection object.
- Then, execute a SELECT statement.
- After that, call the fetchall() method of the cursor object to fetch the data.
Explanation:
Hope It will be helpful to you
Similar questions
Chemistry,
2 months ago
English,
2 months ago
Math,
5 months ago
Social Sciences,
5 months ago
Business Studies,
11 months ago
Political Science,
11 months ago