In: Computer Science
SQL is our language for relational databases - do you think it's an adequate "language" for database creation and manipulation?
Yes, I think SQL is an adequate "language" for database manipulation until the data is structured. It is very useful for database creation and manipulation because of its easy to use syntax.
Following are the merits which make SQL adequate for database creation and manipulation:
It is very easy to manage the database systems without any need to write a substantial amount of code by using the standard SQL.
Long established are used by the SQL databases that are being used by ISO and ANSI. There are no standards adhered to by the non-SQL databases.
SQL can be used in the program in PCs, servers, laptops, and even some of the mobile phones.
This domain language can be used for communicating with the databases and receive answers to the complex questions in seconds.
With the help of SQL language, the users can make different views of database structure and databases for the different users.