-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WMS 11009 - Update to new DBActions screenshots - part 2 (#312)
* Adjustments * new dbactions screenshots and minor tweaking * removal of misplaced file .. that happens when you use UI based tools ..
- Loading branch information
Showing
11 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,16 +111,10 @@ You should now be in Mongo Shell. This is a command-line utility to interact wit | |
|
||
``` | ||
<copy> | ||
db.emp.insertOne( | ||
{ "name":"Smith", "job": "Programmer", "salary": 60000, "email" : "[email protected]" } | ||
) | ||
</copy> | ||
``` | ||
|
||
``` | ||
<copy> | ||
db.emp.insertOne( | ||
db.emp.insertMany([ | ||
{ "name":"Smith", "job": "Programmer", "salary": 60000, "email" : "[email protected]" }, | ||
{ "name":"Miller", "job": "Programmer", "salary": 70000 } | ||
] | ||
) | ||
</copy> | ||
``` | ||
|
@@ -201,4 +195,4 @@ You may now proceed to the next lab. | |
|
||
- **Author** - Roger Ford, Principal Product Manager | ||
- **Contributors** - Kamryn Vinson, Andres Quintana | ||
- **Last Updated By/Date** - Hermann Baer, June 2023 | ||
- **Last Updated By/Date** - Hermann Baer, April 2024 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters