To create database table I should use sql or php and save in computer as what? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

To create database table I should use sql or php and save in computer as what?

19th Mar 2017, 11:34 PM
Kirollos Ayman
6 Answers
+ 2
how can I create database? thanks for your answer
20th Mar 2017, 12:56 PM
Kirollos Ayman
+ 2
mysql
20th Mar 2017, 2:09 PM
Kirollos Ayman
+ 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).
20th Mar 2017, 2:09 AM
Eranga
Eranga - avatar
+ 1
thanks very much for your answer
20th Mar 2017, 2:13 PM
Kirollos Ayman
0
Whts the DB engine u r using? MS SQL or MySQL or any other ? Each DB engine has different Syntax an UI tools.
20th Mar 2017, 2:08 PM
Eranga
Eranga - avatar
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/
20th Mar 2017, 2:12 PM
Eranga
Eranga - avatar