delete command
Good day,
I want to delete a record from a single table but some of the filed on sigle record is related to other table on my database.
how would i delete it..
i used this script
delete from faculty deptid = (select deptCode from dept)
all i want is to remove the single faculty record on the faculty table only...
cyberdaemon
Junior Poster in Training
56 posts since Nov 2010
Reputation Points: 10
Solved Threads: 1
thanks a lot guys for the help.. i really appreciate it..
cyberdaemon
Junior Poster in Training
56 posts since Nov 2010
Reputation Points: 10
Solved Threads: 1
@Cruize Envades... yup it solves my problem... thank.. Happy coding
cyberdaemon
Junior Poster in Training
56 posts since Nov 2010
Reputation Points: 10
Solved Threads: 1