Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajith-11399/db-zenclass

Task 24 => This repository contains a ZenClass Database Model
https://github.com/ajith-11399/db-zenclass

mongodb mongodb-atlas mongodb-collections mongodb-database nosql

Last synced: about 4 hours ago
JSON representation

Task 24 => This repository contains a ZenClass Database Model

Awesome Lists containing this project

README

        

# This repository contains a Task which is, Designing a Database for ZenClass Programme.

ZenClass Database has seven different collections. Which are:



  • Attendance

  • Codekata

  • Company Drives

  • Mentor

  • Tasks

  • Topics

  • Users

Question 1 => Find all the topics and tasks which are thought in the month of October. click

Question 2 => Find all the company drives which appeared between 15 oct-2020 and 31-oct-2020.click

Question 3 => Find all the company drives and students who are appeared for the placement.click

Question 4 => Find the number of problems solved by the user in codekata.click

Question 5 => Find all the mentors with who has the mentee's count more than 15.click

Question 6 => Find the number of users who are absent and task is not submitted between 15 oct-2020 and 31-oct-2020.Part 1  & Part 2