+ 4
what is the use of DBMS & SQL in real world
3 Antworten
+ 4
Database Management Systems are a graphical way of handling databases, but if you prefer, there's a command prompts way, which is recommended for administrator to know in case the DBMS fails, but still, DBMSs are the way to work now days.
Standard Query Language (SQL) is the standard way to access the information in the databases, as well as the way to create database items, and in a different level is the way to develop functionalities (triggers, procedures and functions) to enhance the database on regard of security, efficiency, data integrity, etc. Good luck Shrikant.
+ 3
thanks
+ 3
well, I think in every well-founded companies and businesses they use dbms & sql statements to manage thier databases of employees, transactions & other stuff..
But for web developers, especially in server-side you need to have a database server to store every info you need in your website..Thus you need to use sql statements in your dbms to manage your database ..