anisa mumtazSep 212 min readDATABASE FOUNDATIONS: KEYS AND UNIQUE VALUESThere are many keys that are used when working with a database. The most common ones are , Primary key Synthetic key or surrogate key...
anisa mumtazSep 202 min readRELATIONAL DATABASES: FUNDAMENTALS FOR BEGINNERSThere's more than one type of database, like, Graph database, e.g.Neo4j Object databases , e.g. Realm and Objectivity/DB Document...
anisa mumtazSep 192 min readUNDERSTANDING DATABASES IN SQL: BENEFITS OF STRUCTURED DATAIn the previous blog, we have solved one of the problems with the cards, which is to use the customer data more easily. But to track...
anisa mumtazSep 182 min readRELATIONAL DATABASE IN SQLWhy use a database? Databases let us work with large amounts of data efficiently. They make updating data easy and reliable. They also...