InterviewSolution
Saved Bookmarks
| 1. |
What is SQL and explain its components? |
|
Answer» SQL is a standard language which is used to accessing and manipulating DATABASES. It STANDS for Structured Query Language. It can be used to develop a web application for a server-side scripting language, like ASP, PHP, etc. It consists of three components that are listed below:-
In SQL, Joins is used to merge records from two or more tables in a DATABASE, BASED on a related column between them.
Here are the four types of the joins in SQL
|
|