-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmysqlcommands.rtf
130 lines (129 loc) · 4.72 KB
/
mysqlcommands.rtf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{\rtf1\ansi\ansicpg1252\cocoartf1671
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww28600\viewh18000\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 -- phpMyAdmin SQL Dump\
-- version 4.8.2\
-- https://www.phpmyadmin.net/\
--\
-- Host: localhost:8889\
-- Generation Time: Dec 11, 2018 at 07:27 PM\
-- Server version: 5.7.21\
-- PHP Version: 7.2.7\
\
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";\
SET time_zone = "+00:00";\
\
--\
-- Database: `hrdb`\
--\
\
-- --------------------------------------------------------\
\
--\
-- Table structure for table `employeeprofile`\
--\
\
CREATE TABLE `employeeprofile` (\
`firstName` varchar(255) NOT NULL,\
`lastName` varchar(255) NOT NULL,\
`addressStreet` varchar(255) NOT NULL,\
`addressCity` varchar(255) NOT NULL,\
`addressState` varchar(255) NOT NULL,\
`addressZip` varchar(255) NOT NULL,\
`birthMonth` varchar(255) NOT NULL,\
`birthDay` varchar(255) NOT NULL,\
`birthYear` varchar(255) NOT NULL,\
`healthcare` varchar(255) NOT NULL,\
`employeeID` varchar(255) NOT NULL,\
`married` varchar(255) NOT NULL,\
`hireMonth` varchar(255) NOT NULL,\
`hireDay` varchar(255) NOT NULL,\
`hireYear` varchar(255) NOT NULL\
) ENGINE=InnoDB DEFAULT CHARSET=utf8;\
\
--\
-- Dumping data for table `employeeprofile`\
--\
\
INSERT INTO `employeeprofile` (`firstName`, `lastName`, `addressStreet`, `addressCity`, `addressState`, `addressZip`, `birthMonth`, `birthDay`, `birthYear`, `healthcare`, `employeeID`, `married`, `hireMonth`, `hireDay`, `hireYear`) VALUES\
('Natan', 'Abramov', '20 Beach lane', 'Staten Island', 'NY', '10312', '04', '20', '1994', '12345', '2457457912', 'no', '04', '20', '2018'),\
('Konstantin', 'Savinov', '40 Stonegate Drive', 'Staten Island', 'NY', '10304', '09', '26', '1996', '12345', '7821234818', 'no', '04', '20', '2018'),\
('Yuri', 'Yurchenko', '20 Birth Avenue', 'Staten Island', 'NY', '10312', '04', '20', '1993', '51268', '1252902567', 'no', '05', '22', '2017'),\
('Bill', 'Fenley', '386 Brighton', 'Brooklyn', 'NY', '10302', '11', '14', '1989', 'yes', '1268998421', 'no', '09', '25', '2008'),\
('Mukhiddin', 'Nuriddinov', '15 Brighton Beach', 'Brooklyn', 'NY', '10300', '10', '30', '1996', '7325234', '7074124352', 'no', '10', '22', '2017');\
\
-- --------------------------------------------------------\
\
--\
-- Table structure for table `financeprofile`\
--\
\
CREATE TABLE `financeprofile` (\
`employeeID` varchar(255) NOT NULL,\
`kParticipate` varchar(255) NOT NULL,\
`kContribution` varchar(255) NOT NULL,\
`pensionParticipate` varchar(255) NOT NULL,\
`pensionContribution` varchar(255) NOT NULL,\
`unionParticipate` varchar(255) NOT NULL,\
`payType` varchar(255) NOT NULL,\
`payAmount` varchar(255) NOT NULL\
) ENGINE=InnoDB DEFAULT CHARSET=utf8;\
\
--\
-- Dumping data for table `financeprofile`\
--\
\
INSERT INTO `financeprofile` (`employeeID`, `kParticipate`, `kContribution`, `pensionParticipate`, `pensionContribution`, `unionParticipate`, `payType`, `payAmount`) VALUES\
('2457457912', '2425', '1488', '1337', '228', '1000', '140000', '5656464'),\
('7821234818', '12231', '61246', '125216', '22215', '562161', '14026', '566214'),\
('1252902567', '214214', '215215', '124124', '2512', '5215', '632632', '123213'),\
('1268998421', 'yes', '1000', 'no', '0', 'no', 'salary', '50000'),\
('7074124352', '543251', '436437', '512321', '8985', '521512', '5654745', '89859');\
\
-- --------------------------------------------------------\
\
--\
-- Table structure for table `insuranceprofile`\
--\
\
CREATE TABLE `insuranceprofile` (\
`employeeID` varchar(255) NOT NULL,\
`healthcareInsurance` varchar(255) NOT NULL,\
`dentalInsurance` varchar(255) NOT NULL,\
`opticalInsurance` varchar(255) NOT NULL,\
`healthTier` varchar(255) NOT NULL\
) ENGINE=InnoDB DEFAULT CHARSET=utf8;\
\
--\
-- Dumping data for table `insuranceprofile`\
--\
\
INSERT INTO `insuranceprofile` (`employeeID`, `healthcareInsurance`, `dentalInsurance`, `opticalInsurance`, `healthTier`) VALUES\
('2457457912', 'Fedelex', 'Dental', 'Optic', 'idk'),\
('7821234818', 'Aetna', 'Metlife', 'Humana', 'no'),\
('1252902567', 'Kaiser', 'AARP', 'EyeBenefits', 'no'),\
('1268998421', 'Fedex', 'Dental', 'Optical', 'yes'),\
('7074124352', 'Humana', 'Cigna', 'Vsp', 'yes');\
\
-- --------------------------------------------------------\
\
--\
-- Table structure for table `login`\
--\
\
CREATE TABLE `login` (\
`username` varchar(255) NOT NULL,\
`password` varchar(255) NOT NULL\
) ENGINE=InnoDB DEFAULT CHARSET=utf8;\
\
--\
-- Dumping data for table `login`\
--\
\
INSERT INTO `login` (`username`, `password`) VALUES\
('Konstantin', 'chelka'),\
('Yuri', 'pyzo');\
}