The document describes the structure of several database tables containing employee, registration, store, department, product, vendor, payment, and billing information with field names, data types, lengths, and primary keys specified for each table. The employee table tracks employee IDs, names, departments, salaries, addresses, emails, and phone numbers. The registration table links employees to registration numbers, passwords, and dates of birth. Other tables include stores, departments, products, vendors, payments made, and billings generated.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online from Scribd
The document describes the structure of several database tables containing employee, registration, store, department, product, vendor, payment, and billing information with field names, data types, lengths, and primary keys specified for each table. The employee table tracks employee IDs, names, departments, salaries, addresses, emails, and phone numbers. The registration table links employees to registration numbers, passwords, and dates of birth. Other tables include stores, departments, products, vendors, payments made, and billings generated.
The document describes the structure of several database tables containing employee, registration, store, department, product, vendor, payment, and billing information with field names, data types, lengths, and primary keys specified for each table. The employee table tracks employee IDs, names, departments, salaries, addresses, emails, and phone numbers. The registration table links employees to registration numbers, passwords, and dates of birth. Other tables include stores, departments, products, vendors, payments made, and billings generated.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online from Scribd
The document describes the structure of several database tables containing employee, registration, store, department, product, vendor, payment, and billing information with field names, data types, lengths, and primary keys specified for each table. The employee table tracks employee IDs, names, departments, salaries, addresses, emails, and phone numbers. The registration table links employees to registration numbers, passwords, and dates of birth. Other tables include stores, departments, products, vendors, payments made, and billings generated.
Copyright:
Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online from Scribd
Download as doc, pdf, or txt
You are on page 1of 3
Employee
Field Name Data Type length Primary Key
Emp_Id Varchar 10 Yes Emp_Name Varchar 15 - Dept_Id Varchar 5 - Sal Number 5 - Emp_Address Varchar 120 - Email Varchar 30 - Phno Number 10 -