--- { "title": "USE", "language": "en" } --- ## USE ### Name USE ### Description The USE command allows us to use the database grammar: ````SQL USE ```` ### Example 1. If the demo database exists, try accessing it: ```sql mysql> use demo; Database changed ```` ### Keywords USE ### Best Practice