Embed presentation
Download to read offline










NADAR SARASWATHI COLLEGE OF ARTS AND SCIENCE DEPARTMENT OF COMPUTER SCIENCE NO SQL STRUCTERS AND PROCESS IMPLEMENTING COLUMN FAMILY PRESENTED BY K.DIANA DEVI M.SC (CS) NoSQL databases are non-tabular and store data differently than relational tables. They come in document, key-value, wide-column, and graph models. A standard column family is a NoSQL object containing columns of related data, with each key mapped to a value that is a set of columns like a table. Implementing a NoSQL database involves exploring a MongoDB instance, creating and querying documents, inserting and updating









