Materials related to SQL

SQL Injection

    SQL Injection is one of the possible ways to crack web applications connecting with SQL database (DB). This method is based on malicious code injection into the initial SQL script. For example, a hacker can do the following on a..

    NoSQL approach in data storing

      This article describes NoSQL, an approach of data storing different from the classic RDBMS. Their general distinguishing characteristics are described: ACID, BASE, details and requirements for each type of database (DB). Types of NoSQL databases are revealed, examples (implementations) of..