DATA BASE MANAGEMENT

(4.9 /19 Rating)
0 Students
Last updated 23 Aug, 2025
breadcrumb
By Kevali Kangle

Categories: Full Stack Developer

DATA BASE MANAGEMENT

instructor
Instructor: Kevali Kangle
Categories:
Full Stack Developer
Ratings:
(4.9 / 13)

₹2000.00

Buy Now
image
Course Description

DBMS

Course Content
instructor
Kevali Kangle
Instructor
(4.9 /20 Rating)
Total 2 Ratings
5
25 Rating
4
20 Rating
3
5 Rating
2
2 Rating
1
1 Rating

₹4000.00 ₹2000.00

Buy Now
This course includes:
Levels
Beginner
Duration
7 Month
Category
Full Stack Developer
Update
23 Aug, 2025
Certificate
Certificate of completion
Reach Us
icon More Similar Courses

Related Courses

course
Price
₹8000.00 ₹7000.00
DATA STRUCTURE ALGO
Kevali Kangle
  • (4.9 /14 Rating)
3
0 Lecture
course
Price
₹59999.00 ₹34999.00
MERN
Administrator
  • (4.9 /8 Rating)
2
0 Lecture
document.addEventListener("DOMContentLoaded", function() { const menuBtn = document.getElementById("menu-btn"); const offcanvasArea = document.querySelector(".bd-offcanvas-area"); const closeBtn = document.querySelector(".bd-offcanvas-close-icon"); // Toggle menu open menuBtn.addEventListener("click", function() { offcanvasArea.classList.toggle("info-open"); document.body.classList.toggle("offcanvas-open"); // optional body lock }); // Close menu when clicking the X button closeBtn.addEventListener("click", function() { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); }); // Optional: Close when clicking outside offcanvasArea.addEventListener("click", function(e) { if (e.target === offcanvasArea) { offcanvasArea.classList.remove("info-open"); document.body.classList.remove("offcanvas-open"); } }); });