You are on page 1of 11

Practical File of No- Sql & Mongo DB

Program: B.Tech (CSE) 4st semester


Course Code: CIS258

CT University, Ludhiana

Submitted In partial fulfilment of the requirement for the award of the Degree of
Bachelors of Computer Science and Engineering

Submitted By: Submitted To:

Student Name: B .Mani Barghav Mr. Ravi Kumar Varma


Registration Id: 72111902

1
Table of contents
S.No Contents Page no

1. Implementation of find method 3

2 Implementation of pretty method 3

3 Implementation of findone method 4

4 Integrating and operator with find as well as pretty methods 5

5 Implementation of OR operator 6

6 Implementation of AND and OR together 7

7 Implementation of RDBMS equivalent less than operator 8

8 Implementation RDBMS equivalent less than equal to operator 9

9 Implementation of RDBMS not equal to operator 10

10 Implementation of NIN operator 11

2
1)Implementation of find method

3
2)Implementation of pretty method

4
3)Implementation of findone method

4) Integrating and operator with find as well as pretty methods

5
5)Implementation of OR operator

6
6)Implementation of AND and OR together

7
7)Implementation of RDBMS equivalent less than operator

8
8)Implementation RDBMS equivalent less than equal to operator

9
9)Implementation of RDBMS not equal to operator

10
10)Implementation of NIN operator

11

You might also like