Viewing 9 posts - 1 through 9 (of 9 total)
Hi,
Below is the query i have done based on ur suggestion,
select WorkplaceLocation.[WorkplaceLocCode],WorkplaceDetails.[CompyRegnNum],WorkplaceDetails.[companyName],WorkplaceDetails.[NumOfEmployees],Employee.[EmpName],address.[OfficePhNum],address.[HomePhone],address.[Fax],address.[Address],address.[Address],address.homepage,address.[Email],WorkplaceDetails.[Notes1],WorkplaceDetails.[Notes2],WorkplaceDetails.[Notes3] from WorkplaceDetails ...
October 29, 2012 at 2:30 am
SQLite doesnot allow to disable autoincrement field,so i thought if there is any way using SQL command.
October 29, 2012 at 1:17 am
Thanks for your help. 🙂
Also, i have one question, how to insert FK using insert query
Suppose i have table A containing FK
table A
Id_a
b
c
id_m (FK)
Now i want to do insert...
October 29, 2012 at 1:15 am
Thank you very much for your help. I will follow as you said.
Also i have one question, is it possible to disable AUTOINCREMENT field? I am using SQLite DB
October 29, 2012 at 1:01 am
Thanks once again for you help. So i have to Normalize.
Basically I am looking for company having all the details of employee working in tat company( i guess your...
October 29, 2012 at 12:48 am
WorkplaceCodeWRegNumWorkplaceNameNumOfEmployeesEmpNameOfficePhNumAddressAddress_1Email
105 099-1A Oracle 888 Wang ho 201543115 Hyundai-4-ga Hyundai-4-ga x@hdfc.com
Above is the output when i run below query
select...
October 29, 2012 at 12:10 am
Workplace code is like row count as auto increment field. ( i guess i should not make this as primary key otherwise it will map each employee to one row...
October 29, 2012 at 12:00 am
Hi,
Thanks for your response.
Workplacecode is autogenerated field and is primary key of Workplace table.
EmpNumber is FK to Workplace (It is the individual emp number)
NumOfEmployees is (count of employees in company)
Fake...
October 28, 2012 at 11:40 pm
Viewing 9 posts - 1 through 9 (of 9 total)