Computer Science
Pick the correct username used for logging in database.
- root
- local
- directory
- host
Python MySQL
1 Like
Answer
root
Reason — In MySQL database, "root" is the default username.
Answered By
3 Likes
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