+ 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?
3 Respostas
+ 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
+ 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.
+ 5
take a look at the create table and create database statements.