Check The Table Record Size
Is there a query to allow me to get the size of a record (byte/KB/MB) for several tables? Example, I have a table called Employee with 2 fields below:
Name: varchar (50)
Date_of_Birth: Date
Is there query for me to get the size of this Employee table above? Of course, there could be more than 100 fields in a table in real world.