SQL Best Practices
SQL Best Practices Use explicit column names: Instead of using the asterisk (*) to select all columns, explicitly specify the
Continue readingSQL Best Practices Use explicit column names: Instead of using the asterisk (*) to select all columns, explicitly specify the
Continue readingWhat is a stored procedure? A stored procedure is a collection of SQL statements that are pre-compiled and stored in
Continue readingAs the name suggests, combining two or more things together is known as Join. In terms of SQL, when we
Continue readingMySQL Triggers are a set of SQL statements. It is a stored procedure that is invoked automatically in response to
Continue readingTriggers: Triggers are event-condition-action (ECA) rules. When an event occurs, test the condition if the condition is satisfied, execute the
Continue readingWe will be discussing the usage of two databases (MySQL and MongoDB) in one project (Laravel). For multiple databases first
Continue readingWhat is the aggregate function in MySQL? Aggregate functions are a bunch of methods that work on a set of
Continue readingSeveral SQL(structured query language) best practices are: Choose relationships wisely The SQL (structured query language) language is the language of
Continue readingDBMS and SQL A Database Management System (DBMS), is a software program that enables the users to access database, manipulate
Continue reading