Computer Science
Name the host name used for signing in the database.
- localhost
- localpost
- localcost
- none of these
Python MySQL
1 Like
Answer
localhost
Reason — The "localhost" is the host name used for signing into a MySQL database.
Answered By
3 Likes
Related Questions
To execute all the rows from the result set, which method is used?
- fetchall()
- fetchone()
- fetchmany()
- none of these
Pick the correct username used for logging in database.
- root
- local
- directory
- host
The command used for modifying the records is:
- update()
- add()
- updateall()
- none of these
Which command is used for cleaning up the environment?
- my.closed()
- is.end()
- con.quit()
- mycon.close()