0
How does I create database in my SQL
2 Answers
+ 5
Depending on what you later plan on doing with it, you might start by downloading the DB Browser which allows you to handle home-scale databases in the SQLite flavor:
http://sqlitebrowser.org
You might later connect to it with programs in Python, C++ or Java for example.
0
You should do the sololearn SQL course