I ran the command:
EXEC sp_spaceused
The output was:
So what is the size of my database? Is it - 4768.25 - 4076.57 = 691.68 MB (1st table)
OR
19896 KB (2nd table)?
EDIT
I'm using SQL Server 2005 Express which has a "database size" limit of 4 GB. So in this context of "database size", if I were to calculate how far up to the space limit I am - I should consider the unallocated space as what my database can still use?