035.3 SQL Basics
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 035.3
- Weight
-
3
- Key knowledge areas
-
-
Establish a database connection from NodeJS
-
Retrieve data from the database in NodeJS
-
Execute SQL queries from NodeJS
-
Create simple SQL queries excluding joins
-
Understand primary keys
-
Escape variables used in SQL queries
-
Awareness of SQL injections
-
- Partial list of the used files, terms and utilities
-
-
sqlite3
NPM module -
Database.run()
,Database.close()
,Database.all()
,Database.get()
,Database.each()
-
CREATE TABLE
-
INSERT
,SELECT
,DELETE
,UPDATE
-