Database tools and language....? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Database tools and language....?

Which languages and tools used in database management and design.

14th Apr 2019, 8:55 PM
Nadir Hussain
Nadir Hussain - avatar
2 Answers
+ 3
DBMS Languages. SQL: Structured Query Language is one of the language which is used by many database management systems for example, Oracle SQL, MS-SQL, MySQL, Postgre SQL.
14th Apr 2019, 9:47 PM
Ujjawal Raj
Ujjawal Raj - avatar
+ 2
you need to know a database (SQL, NoSQL, Postgresql, etc) and to make your db more useful you should learn a back end language that can communicate with the db (php, nodejs, python, java etc) the traditional stacks are LAMP=[Linux, Apache, Mysql, Php, python, pearl] more recently however the mean stack has gained popularity MEAN=[MongoDb, Express, Angular, Node]
15th Apr 2019, 10:08 AM
Logomonic Learning
Logomonic Learning - avatar