Tagged articles
6 articles
Page 1 of 1
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 26, 2023 · Databases

SQL Learning Course Outline and Book Giveaway Announcement

This announcement details a book giveaway sponsored by Tsinghua University Press and presents a comprehensive SQL learning curriculum covering SQLite, MySQL, query fundamentals, subqueries, joins, and advanced database features, complete with micro‑lecture videos and hands‑on exercises.

Book GiveawayDatabase tutorialSQLite
0 likes · 9 min read
SQL Learning Course Outline and Book Giveaway Announcement
Ops Development Stories
Ops Development Stories
Apr 5, 2020 · Databases

Master MongoDB: From Basics to Advanced Operations

This comprehensive guide introduces MongoDB, explains NoSQL classifications, walks through Windows and Linux installations, demonstrates using the Robo 3T GUI, and covers essential CRUD operations, queries, indexing, sorting, counting, and data deduplication with clear code examples and screenshots.

CRUD OperationsData QueryDatabase tutorial
0 likes · 27 min read
Master MongoDB: From Basics to Advanced Operations
Java Captain
Java Captain
Aug 7, 2019 · Databases

Practical Guide to Group, Join, and CASE WHEN Queries in SQL

This article provides a beginner‑friendly, step‑by‑step tutorial on common SQL operations—including GROUP BY aggregation, JOIN types, CASE WHEN expressions, and useful built‑in functions—illustrated with clear examples, typical pitfalls, and ready‑to‑use code snippets.

CASE WHENDatabase tutorialGROUP BY
0 likes · 10 min read
Practical Guide to Group, Join, and CASE WHEN Queries in SQL
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2017 · Databases

Master Python Database Operations: SQLite, MySQL, LMDB & LevelDB

This guide walks through installing and using four Python‑compatible databases—SQLite, MySQL, LMDB, and LevelDB—covering environment setup, core APIs, common CRUD patterns, and complete runnable examples to help developers choose and operate each storage engine effectively.

Database tutorialLMDBLevelDB
0 likes · 9 min read
Master Python Database Operations: SQLite, MySQL, LMDB & LevelDB
MaGe Linux Operations
MaGe Linux Operations
May 3, 2017 · Databases

Master SQL Server Basics: From SELECT to DELETE with Real Examples

This article walks through the fundamentals of SQL Server, covering installation, core SQL concepts, DML and DDL commands, and detailed examples of SELECT, INSERT, UPDATE, and DELETE statements with accompanying syntax illustrations to help beginners master relational database operations.

DELETEDatabase tutorialINSERT INTO
0 likes · 7 min read
Master SQL Server Basics: From SELECT to DELETE with Real Examples