Table names are created with the namespace and code name you enter in the page type definition. So if you enter MyNameSpace.PageType
the table name will be MyNameSpace_PageType
Be careful of changing data directly in that table though. Make sure to use the API if needed.