In This post we will discuss: How to connect mysql using command prompt (CMD) Show Databases How to select database How to Create tables How to show structure
Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts
Database
agyanadda
December 14, 2018
How to start Auto_increment from 1001 ALTER TABLE batchinfo AUTO_INCREMENT = 101;
Database
agyanadda
December 12, 2018
create table student( id int not null AUTO_INCREMENT primary key, name varchar(225), branch varchar(225) ); create table sinfo( id int not null AUTO_INCREMENT PRIMARY KEY, sid int not
Subscribe to:
Posts (Atom)