File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Database References
1010.. default-domain:: mongodb
1111
1212MongoDB does not support joins. In MongoDB some data is
13- "denormalized,"  or stored with related data in :term:`documents
13+ "denormalized",  or stored with related data in :term:`documents
1414<document>` to remove the need for joins. However, in some cases it
1515makes sense to store related information in separate documents,
1616typically in different collections or databases.
Original file line number Diff line number Diff line change 2020The :program:`mongo` shell provides various options to return the date,
2121either as a string or as an object:
2222
23- - ``Date()`` method which returns the current date as a string
23+ - ``Date()`` method which returns the current date as a string. 
2424
2525- ``Date()`` constructor which returns an ``ISODate`` object when used
2626  with the ``new`` operator.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments