SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

SQL

How can I create a database, because all what I learn is to show the database from that and that... Is it maybe the notepad++ which does that or Excel?

24th Apr 2017, 5:38 PM
Iwan
Iwan - avatar
3 Answers
+ 28
You can use Xampp or SQL Server Management Studio to create database. Download links: Xampp: https://www.apachefriends.org/download.html SSMS: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
24th Apr 2017, 5:43 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 6
For practicing and getting to know SQL better, I think DB Browser is the best. It comes in SQLite flavor. For a more mature experience, consider MySQL.
24th Apr 2017, 6:53 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
take a look at the create table and create database statements.
24th Apr 2017, 5:42 PM
Mario L.
Mario L. - avatar