Current location - Training Enrollment Network - Books and materials - Creating Library Management Database with SQL Server
Creating Library Management Database with SQL Server
1. First, press Ctrl+N on the keyboard to create an SQL query.

2. Then, you can use the keyword "Create Database" to create it.

3. After writing the keywords, write down the name of the newly created database.

4. At this point, you can click Analyze to see if there are any errors.

5. Then click Execute Now, and you can see that the restriction command has been completed.

6. Next, refresh the database, and you will see this new myDb database, which is complete.