freeCodeCamp/curriculum/challenges/italian/08-data-analysis-with-python/data-analysis-with-python-c.../reading-data-from-databases.md

1.0 KiB

id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c163 Leggere i dati dal database 11 MtgXS1MofRw reading-data-from-databases

--description--

Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.

Altre risorse:

--question--

--text--

Che metodo ha un'istanza di Cursor e che cosa permette?

--answers--

L'istanza Cursor ha un metodo .run() che consente di eseguire query SQL.


L'istanza Cursor ha un metodo .select() che consente di selezionare un documento.


L'istanza Cursor ha un metodo .execute() che riceverà i parametri SQL da eseguire sul database.

--video-solution--

3