Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.1k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.7k+ articles
School Learning
11.6k+ articles
Node.js
3.4k+ articles
NodeJS-Questions
430+ articles
Node.js-Methods
390+ articles
Express.js
330+ articles
NodeJS-MySQL
41 posts
Popular Articles
Recent Articles
Mastering JWT authentication in Express
Last Updated: 24 April 2025
While creating any application it is very important to add authentication to ensure that only authorized users can access the protected reso
...read more
Web Technologies
Picked
Node.js
Express.js
NodeJS-MySQL
Geeks Premier League
Geeks Premier League 2023
How to insert request body into a MySQL database using Express js
Last Updated: 24 July 2024
If you trying to make an API with MySQL and Express JS to insert some data into the database, your search comes to an end. In this article,
...read more
Web Technologies
Picked
Node.js
Express.js
NodeJS-MySQL
Geeks Premier League
Geeks Premier League 2023
How to Connect Node.js Application to MySQL ?
Last Updated: 12 June 2024
To connect the Node App to the MySQL database we can utilize the mysql package from Node Package Manager. This module provides pre-defined m
...read more
Web Technologies
Picked
Node.js
NodeJS-Questions
NodeJS-MySQL
TrueGeek
TrueGeek-2021
Similar Topics
Web Technologies
40.1k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.7k+ articles
School Learning
11.6k+ articles
Node.js
3.4k+ articles
NodeJS-Questions
430+ articles
Node.js-Methods
390+ articles
Express.js
330+ articles
How to save connection result in a variable in Node.js ?
Last Updated: 07 April 2021
We are going to use the query function in MySQL library in node.js that will return our output as expected. Using this approach, we can save
...read more
Web Technologies
Picked
Node.js
Node.js-Methods
NodeJS-Questions
NodeJS-MySQL
Node.js MySQL Update Statement
Last Updated: 17 February 2021
Node.js is an open-source platform for executing JavaScript code on the server-side. It can be downloaded from here. MySQL is an open-source
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL FORMAT() Function
Last Updated: 17 February 2021
FORMAT() function is a built-in function in MySQL that is used to format input numbers in the format of ...**, ***, *** also, round float nu
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL INSERT() Function
Last Updated: 17 February 2021
INSERT() function is a built-in function in MySQL that is used to insert a string into another string at some position after deleting some c
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL Count() Function
Last Updated: 07 October 2021
We use the COUNT() function in MySQL to count a number of rows in a column satisfying the WHERE clause.Syntax:COUNT([column_name])Parameters
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL SUM() Function
Last Updated: 07 October 2021
We use the SUM() function in MySQL to get Sum of the value of some columns.Syntax:SUM(column_name)Parameters: SUM() function accepts a singl
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL NULL Values
Last Updated: 07 October 2021
In this article, will learn to handle NULL values and make Query on the basis of NULL values.Syntax:IS NULL;IS NOT NULL;Return Value:'IS NUL
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Check if Node.js MySQL Server is Active or Not
Last Updated: 03 July 2024
To check if a MySQL server is active or not from a Node.js application, you typically want to establish a connection to the MySQL server and
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-Questions
NodeJS-MySQL
NodeJS MySQL Create Database
Last Updated: 09 February 2021
Introduction:We are going to see how to create and use mysql database in nodejs. We are going to do this with the help of CREATE DATABASE qu
...read more
Technical Scripter
Web Technologies
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL Delete Query
Last Updated: 07 October 2021
We use SQL DELETE Query to delete data with some condition from MySQL Table.Syntax: This will delete all rows of customers' tables but ev
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL Create Table
Last Updated: 07 October 2021
Introduction: Learn to create a table in MySQL database using NodeJS. We will see how to use the Create Table command in NodeJS using the My
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
Node.js MySQL Select from Table
Last Updated: 07 October 2021
Introduction: Learn about Selecting data from MySQL database using node.js. We are going to use standard SELECT FROM SQL Query.Syntax:SELECT
...read more
Technical Scripter
Web Technologies
Node.js
Technical Scripter 2020
NodeJS-MySQL
1
2
3
>>
Last
1
2
3
>>
Last
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !