#sql-server
Read more stories on Hashnode
Articles with this tag
What is Stored Procedure? A set of SQL queries is called a stored procedure. Whenever we need one set of SQL statements to use again and again in our...
CREATE,READ,UPDATE,DELETE · INTRO In MySql database, data is stored within tables and there are many tables as per requirement. Within a table, with any...
what is SQL ? · in very simple words, it is nothing but a language to interact with data present in databases. Databases are spaces where we keep our...