I recently came to know that mongodb doesn't support when we use it for banking transaction software system,is it true? if yes then what other nosql databases that we can use instead of sql database?
I have couple of databases named as abc, xyz. If I want to use database "xyz" then type command "use xyz". Command in console show output as "switched to db xyz" but still an user uses commands start with "db" rather than actual name "xyz" why ?