Computer Science, asked by amanchhonkar5, 5 months ago

Write the python code to select all data from a table called student​

Answers

Answered by jaat8860
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