anisa mumtazSep 212 minDATABASE 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 minRELATIONAL 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 minUNDERSTANDING 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 minRELATIONAL 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...
anisa mumtazSep 132 minDDL IN SQL: A SIMPLE GUIDEDDL in SQL is the short form of Data Definition Language. It is one of the categories of SQL language. Commands under DDL are: CREATE ...
anisa mumtazSep 112 minINTRODUCTION TO SQLWhat is SQL? SQL is the short form of Structured Query Language. SQL is a language used to access the data and structures in a database....