Test Zero
18 Mar 2009, 18:30
If I add a new entry do a database, how do I then find its primary key?
Bear in mind that in some cases, the primary key is the only unique value (i.e. adding John then "SELECT * WHERE Name=John" would not work if there are other Johns.
Bear in mind that in some cases, the primary key is the only unique value (i.e. adding John then "SELECT * WHERE Name=John" would not work if there are other Johns.