What is SQL?(Structured Query Language)

 



Sql is a programming language use for storing data, information and records. SQl is like a creating a table which put record in that and select waht data types etc. You can also use SQL commands like this is the basic Command in Sql: The INSERT,DELETE,UPDATE,DROP,SELECT,WHERE etc.You can also use SQL to maintain and optimize database performance.

This is SQL DATABASE Tables Lookslike in Software Application called Microsoft Access:


Why SQL is important?

Structured query language (SQL) is a popular query language that is frequently used in all types of applications. Data analysts and developers learn and use SQL because it integrates well with different programming languages. For example, they can embed SQL queries with the Java programming language to build high-performing data processing applications with major SQL database systems such as Oracle or MS SQL Server. SQL is also fairly easy to learn as it uses common English keywords in its statements.

So how can you create database or create table if you dont have Microsoft Access?

Based on what i learned you can use such as MySQL, Xampp, and Wamp and many more.





Comments

Popular posts from this blog

Functions, Advantages, and Disadvantages of Database Management System(DBMS)