Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help !create a triggers in sql server

junelle22

Recruit
Basic Member
Messages
1
Reaction score
0
Points
16
Guys ! I need your help......

Meron akong 4 tables.
Project=code,title,manager,budget
employee=employee no,employee name
department=department no,depart name
hourly rate=hrate
@tapos ko na yan nagawa lahat na tables ang problema ko lang paano gawan ng triggers na maisa lang sya pero kailangan na merong log table ...paano gawan ng triggers na bawat table mag join??thanks po sa may alam ....
 
Guys ! I need your help......

Meron akong 4 tables.
Project=code,title,manager,budget
employee=employee no,employee name
department=department no,depart name
hourly rate=hrate
@tapos ko na yan nagawa lahat na tables ang problema ko lang paano gawan ng triggers na maisa lang sya pero kailangan na merong log table ...paano gawan ng triggers na bawat table mag join??thanks po sa may alam ....

SELECT (Columns from your table1)
FROM [table1] JOIN Columns na isasama mo from other table
ON [table2].column=column

just try to play the query
 
Back
Top Bottom