0
SQL program
I want to install the program of SQL , Is there anyone who can help me and tell me the name of a program for this language, as I want to code and try it and create tables Please mention the name of the program you use !
2 Respuestas
+ 3
there are a number of sql platforms and many of them and mostly free. there are usually community editions (free) and enterprise editions (not free). here are some:
microsoft sql server developer (or express which is a slightly lighter version of developer) and management studios.
https://www.microsoft.com/en-us/sql-server/sql-server-downloads
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
mysql community server and workbench
https://dev.mysql.com/downloads/
postgresql
https://www.postgresql.org/download/
mongodb community edition
https://docs.mongodb.com/manual/installation/
sqlite3 (save files to c:\sqlite)
https://www.sqlite.org/download.html
https://sqlitestudio.pl
https://www.tutorialspoint.com/sqlite/sqlite_installation.htm
dbeaver
https://dbeaver.io/download/
there are many others and even cloud database as a service.
+ 1
Thanks alot 🤍