How to create the table in MySQL Posted on September 18, 2015 by Zahid Iqbal Create the table in MySQL Create table employee ( Emp_ID varchar(255),FirstName varchar(255),LastName varchar(255),Department varchar(255),Mobile_No int,Salary int,Address varchar() ); Advertisement Share this:TwitterFacebookLike this:Like Loading... Related