SQL Databases Table of content SQL Databases SQL or Relational databases are used to store and manage the data objects that are related to one another, i.e. the process of handling data in a relational database is done based on a relational model. This relational model is an approach to manage data in a structured […]
Category Archives: sql
SQL – CREATE Database Table of content A database is a structured collection of data that is stored in a computer system. They are used to store and retrieve the data efficiently. Databases can be created using different query languages, and is one such language. CREATE Database Statement The CREATE DATABASE statement is a DDL […]
SQL – Syntax Table of content What is SQL Syntax? SQL syntax is a unique set of rules and guidelines to be followed while writing SQL statements. This tutorial gives you a quick start with SQL by listing all the basic SQL Syntax. All the SQL statements start with any of the keywords like SELECT, […]
