Introduction to SQL
SQL stands for structured query language. SQL is a tool which is used to interact with database in very easier and friendly manner. It provides the functionality of retrieving, updating and deleting the database and applying security and integrity constraints also.SQL originally called ‘Sequel’ and was first developed by IBM. As the time passed, various …
