Set Based Operations in RavenDB
In a relational database you work most of the time with a set of rows. This fundamental concept gives SQL its power and flexibility. You use this in every SELECT and when you have to update or delete many rows at once. To delete all orders with an id less than 100 you can write this command:
