1.1 KiB
1.1 KiB
title, language
| title | language |
|---|---|
| USE | en |
USE
Name
USE
Description
The USE command allows us to use the database
grammar:
USE <DATABASE_NAME>
Example
-
If the demo database exists, try accessing it:
mysql> use demo; Database changed
Keywords
USE