Table Name Description Primary Key Foreign Key: Tblsubscriber This Table Store Email Address of Subscriber Id
This table stores subscriber email addresses. It contains fields for the subscriber ID as a primary key, the subscriber's email address, and the subscription date. The table has no foreign keys and stores basic information about email subscribers.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
56 views2 pages
Table Name Description Primary Key Foreign Key: Tblsubscriber This Table Store Email Address of Subscriber Id
This table stores subscriber email addresses. It contains fields for the subscriber ID as a primary key, the subscriber's email address, and the subscription date. The table has no foreign keys and stores basic information about email subscribers.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Subscriber Table:
Table Name tblsubscriber
Description This table store email address of subscriber Primary Key Id Foreign Key -
Sr. No Field Name Data type(Size) Constraints Description
1 id (Primary) int(11) Primary Key It is store subscriber id It is store subscriber SubscriberEmail varchar(120) 2 Null email is 3 PostingDate timestamp Null It is store subscription date