Our Scripts Vault contains many game scripts that you can use to create your own game!
I am "uber n00b" what is "NPC", "PK" and "FK" ??
Quote from: Tribal on December 10, 2008, 03:29:31 PMI am "uber n00b" what is "NPC", "PK" and "FK" ?? NPC = Non Player Character (I bet you knew that one already)PK = Primary Key of a table (usually some sort of id column, since each one is normally unique)FK = Foreign Key, a column in a table that matches a PK in another table (to create a refence) & ERD = Entity Relationship Diagram.....helps visualise the structure/relationships of a databases tables.