Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts
Mysql  All join-create-table-foreign-key-primary-key

Mysql All join-create-table-foreign-key-primary-key

agyanadda
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
How to set foreign key in phpmyadmin xampp

How to set foreign key in phpmyadmin xampp

agyanadda
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