0
How I create database using which language?
I so confused about this matter.
2 Réponses
+ 9
BHAGWAT MANWATKAR
They are used to store and retrieve the data efficiently. Databases can be created using different query languages, and SQL is one such language. The CREATE DATABASE statement is a DDL (Data Definition Language) statement used ..
https://www.tutorialspoint.com/sql/sql-create-database.htm#:~:text=They%20are%20used%20to%20store,a%20new%20database%20in%20SQL.
SQL.
https://www.w3schools.com/sql/
best guide for DB..
https://www.techrepublic.com/article/5-best-programming-languages-for-database-administrators-to-learn/
+ 4
Basically in today's world all databases are written in SQL
and they can be made/edited by using Python, Java, JavaScript, Ruby...
and these all languages use SQL to make the database