Node.js MySQL INSTR() Function
INSTR() function is a built-in function in MySQL that is used to get the position of the first occurrence of pattern in the text....
read more
How to connect Express application to MongoDB and MySQL?
Express JS is a JavaScript framework that is used for building the backend of web and mobile applications. It works on top of Node JS which is helpful for managing servers and routes. Connecting an Express JS application to MongoDB and MySQL requires installing Node.js in your computer system. In this article, we will see how we can connect the Express.js application to MongoDB and MySQL....
read more
Node.js MySQL Min() Function
We will be using Min() function in MySQL to get Minimum value from some particular column....
read more
Node.js MySQL MID() Function
MID() Function is a Builtin Function in MySQL which is used to get substring of input string between given range inclusive....
read more
Node.js MySQL LOCATE() Function
LOCATE() Function is a Builtin function in MySQL which is used to get position of first occurrence of a pattern in a text when searched from specific position....
read more
Node.js MySQL POSITION() Function
POSITION() Function is a Builtin Function in MySQL which is used to get position of first occurrence of a pattern in a text when searched from specific position....
read more
Node.js MySQL LPAD() Function
LPAD() Function is a Builtin function in MySQL which is used to attach a given string to text from left side till total length is equal to given value. If the given string is small then it is repeated multiple times....
read more
Node.js MySQL LEFT() Function
LEFT() Function is a Builtin function in MySQL which is used to get Prefix of a specific size of Given String....
read more
Node.js MySQL LTRIM() Function
LTRIM() Function is a Builtin Function in MySQL which is used to trim all spaces from left side of input string....
read more
Node.js MySQL UCASE() Function
UCASE() function is a builtin function in MySQL that is used to convert all characters of a given string to uppercase....
read more
How to Upload Multiple Images and Text to MySQL Database in PHP?
In web development, many times we need to handle multiple files at once while uploading and storing into the database. So in this article, we will see how to do this by various approaches to achieve this using PHP and MySQL....
read more
NEET Exam Biology : Full Study Material and Syllabus
NEET Biology Syllabus and Study Material: NEET commonly refers to the National Eligibility cum Entrance Test in India. NEET is a national-level entrance examination for students who wish to pursue undergraduate medical and dental courses in government or private medical colleges and dental colleges in India. The NEET exam consists of three sections: Physics, Chemistry, and Biology....
read more