Skip to content

Abhilashayagyaseni/Creating-new-database-and-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Creating-new-database-and-table

Steps to create new database in Mysql Workbence-

  • Open MYSQL workbench
  • Right click in schemas
  • Create new schema
  • Change name to Analysis then apply
  • Under Analysis schema right click tables
  • Create table change table name to Teachers
  • Within it there are 6 columns-
    • id
    • first_name
    • last_name
    • school
    • hire_date
    • salary
  • Double click on column to enter column name and data type
  • Then apply
  • Run table to see all details
  • In result grid double click null to insert the values in it
  • Date format should be YYYY-MM-DD

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published