Tuesday, 9 June 2020

how to create data base using query

to create database
CREATE SCHEMA `database1`;
` backtick
create a tables
create schema `database1`;
after that right click to create a table
enter the details
create a table like cms or create a table using query
dummy is a data base name and student info is the table name



No comments:

Post a Comment