+ 3
To create database table I should use sql or php and save in computer as what?
6 Réponses
+ 2
how can I create database?
thanks for your answer
+ 2
mysql
+ 1
Use SQL, PHP nothing to do with ur DB it's a Server side Scripting language(u can execute SQL queries from server side).
First u need to have SQL Database (Ms SQL, MySql ,...) All the data operations (select, create, update, delete) using SQL (Structured Query Language).
+ 1
thanks very much for your answer
0
Whts the DB engine u r using?
MS SQL or MySQL or any other ? Each DB engine has different Syntax an UI tools.
0
if u r using console follow below steps.
http://m.wikihow.com/Create-a-Database-in-MySQL
or use GUI tool like
https://downloads.mysql.com/archives/gui/