Node.js Practice Test
Node.js Database Integration
What is an ORM and why is it used in Node.js applications?
Select your answer
A
Object-Relational Mapping — it lets developers interact with databases using JavaScript objects instead of raw SQL
B
Online Resource Manager — a tool for managing cloud resources
C
Optimized Runtime Module — a performance enhancement library
D
Output Rendering Mechanism — a template engine for HTML
Hint