From c7bf24aebc31fcba1aa349abd8be2e81a50ea4a0 Mon Sep 17 00:00:00 2001 From: Om Songire Date: Sun, 20 Oct 2024 17:13:05 +0530 Subject: [PATCH] free programming suggestion --- more/free-programming-cheatsheets.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index d42e7cac5..7c9e748d7 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -11,6 +11,8 @@ * [Dart](#dart) * [Data Science](#data-science) * [Data Structures and Algorithms](#data-structures-and-algorithms) +* [Data Base And Management System](#data-base-and-management-system) +* [DBMS] (#data-structures-and-algorithms) * [Docker](#docker) * [Git](#git) * [Go](#go) @@ -143,6 +145,9 @@ * [Data Structures and Algorithms Cheat Sheet - Cheatography](https://cheatography.com/burcuco/cheat-sheets/data-structures-and-algorithms/) * [Data structures and algorithms study cheatsheets for coding interviews](https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/) +### Data Base And Management System + +* [DBMS Cheat Sheet](https://www.tutorialspoint.com/dbms/pdf/dbms_quick_guide.pdf) - DBMS ### Docker