Python & SQLite: Print Data from Tables

Veröffentlicht am: 13 April 2021
auf dem Kanal: BitCode
3,689
53

Welcome to another tutorial, this video is about how we can get data from the database.
To get data we use the SELECT command in SQL and SELECT * from table basically means select everything in the table. Once we select the data we need we then need to copy that data and to do that we use:

c.fetchone():- Fetches/Copies a single row from the table.
c.fetchall():- Fetches/Copies all the rows from the table.
c.fetchmany(n):- Fetches/Copies 'n' rows from the table.

Keyboard I Use: https://amzn.to/2NgjPFV
(Affiliate Link, Helps the Channel)


Auf dieser Seite können Sie das Online-Video Python & SQLite: Print Data from Tables mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer BitCode 13 April 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 3,689 Mal angesehen und es wurde von 53 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!