+ 2
how to create database and connections in our personal PC
i want to learn sql from basics please help
4 Respostas
+ 14
//to create database , type
create database databasename;
//now u can create tables inside it
+ 4
first download mysql, or postgres or other and install it
0
install xampp