Almost every application needs data to be stored. This data invariably needs to be fetched, updated and searched upon. This makes it necessary for applications to use some sort of data store. For a long time, solutions based on RDBMS like SQL ruled the roost. SQL supports basic operation like CRUD on the data along […]