+ 3
Database tools and language....?
Which languages and tools used in database management and design.
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.
+ 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]