Computer Science
Related Questions
Name the method which is used for displaying only one record from the result set.
- fetchmany()
- fetchno()
- fetchall()
- fetchone()
To execute all the rows from the result set, which method is used?
- fetchall()
- fetchone()
- fetchmany()
- none of these
Name the host name used for signing in the database.
- localhost
- localpost
- localcost
- none of these
The command used for modifying the records is:
- update()
- add()
- updateall()
- none of these