Hi,
> I have the following table in mysql 5.0.20...
>
> employ
> ==
> empid
> date_time
> site
>
> I am using this table to store all the websites accessed by each
> employees. There is no primary key on that table since the same
> employee will access more than 100 sites per day. If there i
On 2006-12-19 Prem wrote:
> I am using this table to store all the websites accessed by each employees.
I hope you're aware that your country might have data privacy laws, too..
> There is no primary key on that table since the same employee will access
> more than
> 100 sites per day. If ther
Hello,
I have the following table in mysql 5.0.20...
employ
==
empid
date_time
site
I am using this table to store all the websites accessed by each employees.
There is no primary key on that table since the same employee will access more
than 100 sites per day. If there is 100 employees t