October 7, 2024

MySQL

MySQL is the world’s most widely used open source database management software. For its cost effective and high performance features it is commonly used with many programming language (especially PHP) …

MySQL Read More

JavaScript

JavaScript or JS is an object oriented programming language that is commonly used for scripting interactive behavior on web pages. It is lightweight and allows us to build rich internet …

JavaScript Read More

Database Trigger

In database, trigger is a set of SQL statements or queries that automatically fires actions when a specific operation occurs. It is used to ensure the coordinated performance of related …

Database Trigger Read More

Stored Procedure

Stored Procedure is an attractive feature of a relational database that contains some SQL statements and perform predefine task based on creator demand. Most the relational database support stored procedure, …

Stored Procedure Read More