Siddhi Jadhavsiddhiblog.hashnode.dev·Jan 14, 2023What is MYSQL ?MySQL is a relational database management system RDBMS developed by Oracle that is based on structured query language . It's important to note that database is a structured collection of data it may be anything from a simple shopping list to pictures...29 readsMySQL
ramu kramustar.hashnode.dev·Nov 28, 2022Mysql LIKE OperatorThe Mysql-LIKE Operator MySQL LIKE operator checks whether a specific character string matches a specified pattern. ... % is used to match any number of characters, frequently I used this operator whenever I try to find something in my database i'll...5 likes·36 readsMySQL
Spiff Jekey-Greenspiffgreen.hashnode.dev·Jun 27, 2022Using MySQL with Node.jsJavascript has seen a huge growth in usage and functionality, from being a scripting language used for websites, to server-side programming, and much more. NodeJS, or Node for short, is a runtime environment for Javascript, enabling us to build serve...33 likes·179 readsNode.js