SQL Injection (SQli) is an attack technique where the attacker exploits the vulnerability in Web Application of not validating inputs and injects malicious SQL statements into the Relative Databases (RDMS). Web Application is a 3-Tier Architecture. A user accesses the web server and the data from the web server is provided to the application server….
Category: Database
Dataset
Dataset is a collection of data in an organized manner in a specific format of tables, array, CSV, JSON, XML. Dataset is used for data analysis, artificial intelligence, machine learning Schema defines the structure in which a dataset holds the data. Each dataset model has their own schema. Types of Dataset Structured Dataset collects and…
SQL (Structured query language)
SQL (Structured query language) is a programming language used by Relational Database Management System (RDBMS) for storing, accessing, adding, updating and deleting data. SQL is a declarative language where it tells what to do not how to do. In the 1970s, IBM scientists Donald Chamberlin and Raymond Boyce developed and introduced SQL. It originated from…
Database
A Database is computing system that collects and stores data in an organized and structured manner. A database is managed by Database Management System (DBMS). Applications use database to store and access data. Databases evolved from flat and hierarchical files during 1960s. Flat Database were simple flat like spreadsheet databases that were not structured which…