Creating
Database
1. To create a database, type the following
command in the prompt: CREATE DATABASE database_name;
For example to create a database to store the
tables: CREATE DATABASE stud;
2. To work with the database, type the
following command.
USE DATABASE;
For example to use the stud database created,
give the command USE stud;
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.