STANDARD QUERY LANGUAGE

Evans Jones - Aug 7 - - Dev Community

INTRODUCTION
The following is a query language that helps us store values in a database which can be integrated with different languages by using user interfaces

INSTALLATION
Download sql from any browser of your choice follow up the setup wizard process to complete your installation then load it in your pc/laptop

DATASET OVERVIEW
It will compromise of a server that stores different values of big data based of various analysis

BASIC FUNCTIONS IN SQL
1) WHERE CLAUSE
select *
from tablename
where column_name = condition

2)LIMIT
select *
from tablename
limit 3

3) CREATING TABLES
insert into('data1','data2','data3')
values(1,2,3)

CONCLUSION
Sql should aid in storing complex data by using different functions and formulas.

. . . .
Terabox Video Player