I am new to NOSQL world and still comparing between nosql and sql databases,
I Just tried making few samples using mongodb.
I am asking about stored procedures when we send few parameters to one stored procedure and this procedure execute number of other stored procedures in the database, will get data from stored procedures and send data to others.
In other words, will make the logic happen on the database side using sequence of functions and stored procedures.
Is that behavior or something the same already exist on NOSQL databases, or its completely different and i am thinking in the wrong way?