diff --git a/glossary/MongoDB.md b/glossary/MongoDB.md index dd07f0ed0..b3eec6249 100644 --- a/glossary/MongoDB.md +++ b/glossary/MongoDB.md @@ -1,3 +1,3 @@ ### MongoDB -MongoDB stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time +MongoDB is a NoSQL database model that stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time diff --git a/glossary/SQL-injection.md b/glossary/SQL-injection.md index 2da3c83ab..37ea5a24e 100644 --- a/glossary/SQL-injection.md +++ b/glossary/SQL-injection.md @@ -1,3 +1,4 @@ ### SQL injection SQL injection is a code injection technique, used to attack data-driven applications. +SQL injections get their name from the SQL language and mainly target data stored in relational databases.