I need to write the SRS for my project in which I need to mention the amount of disk space taken by the database on the disk. For that I need to calculate the amount of disk space taken by a single row of a table. For example if this is my table, how much disk space it takes for storing one record. So that I can estimate disk space need if there are 1 million users.
Is there any way to find it? Or should I need to calculate it manually??