1 compare mySQL with the SQL standard 2 What is NoSQL and wh
1. compare mySQL with the SQL standard
2. What is NoSQL and what is it useful for?
Solution
Answer:
SQL is abbreviated as Structured Query Language. It is a language for accessing and manipulating thedatabases. While as mySQL on the other hand is the database management system . Examples of mySQL are Oracle , Postgres and so on.
2. NoSQL is abbreviated as Not only SQL. It stores and retreives the information other than in tabular or relational form. It is used to reduce complexity. It is simple to design . It is more scalable compared to relational databases.
