Saurabhdimri06 / SQL_Hackerrank

This repository is for learning SQL and solving the hackerrank problems as presented on sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL_Hackerrank

This repository is for learning SQL and solving the hackerrank problems as presented on sql

Structured Query language (SQL) pronounced as "S-Q-L" or sometimes as "See-Quel"is actually the standard language for dealing with Relational Databases. SQL programming can be effectively used to insert, search, update, delete database records. That doesn't mean SQL cannot do things beyond that. In fact it can do lot of things including, but not limited to, optimizing and maintenance of databases. Relational databases like MySQL Database, Oracle, Ms SQL server, Sybase, etc uses SQL ! How to use sql syntaxes? SQL syntaxes used in these databases are almost similar, except the fact that some are using few different syntaxes and even proprietary SQL syntaxes.

~guru99.com

About

This repository is for learning SQL and solving the hackerrank problems as presented on sql