ERD is the graphical representation of database scheme. ERD contains tables in the database, the columns within those tables and relationships between the tables.
Yana Osokinaцитує3 роки тому
SQL is a scripting language which means that SQL code is not required to be compiled before execution
Yana Osokinaцитує3 роки тому
Front end or commonly referred to as user interface and backend which consists of code that interact with the database.
Yana Osokinaцитує3 роки тому
Foreign Key
Foreign keys are used to create relationship between two tables. Foreign key column contains values from the primary key column of some other table.
Yana Osokinaцитує3 роки тому
Primary Key
Primary key is used to uniquely identify records within a table.
Yana Osokinaцитує3 роки тому
When an application is being executed, it stores data in RAM (Random Access Memory)