Examveda
Examveda

What is a cursor in the context of database connectivity?

A. A pointer to a specific table

B. A tool for creating graphs

C. An object used to interact with the database

D. A graphical user interface element

Answer: Option C

Solution(By Examveda Team)

A cursor is an object that allows you to interact with a database by executing SQL commands and fetching results.

Join The Discussion

Related Questions on Database Connectivity with Python

What is SQLite?

A. A type of programming language

B. A relational database management system

C. A Python module for web scraping

D. A version control system