Approved Answer - Chosen by RamvishakRamesh (Question Asker)
Logical File doesn't contain data and it provides only window to view the data from one or more Physical Files. So, I hope there is no matter to think of clearing Logical file.
Folks, correct me I am wrong.!!
Logical File doesn’t contain data and it provides only window to view the data from one or more Physical Files. So, I hope there is no matter to think of clearing Logical file.
Folks, correct me I am wrong.!!
Last Wiki Answer Submitted: May 30, 2012 9:39 am by sudheer794315 pts.
Latest Answer Wiki Contributors: sudheer794315 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
DELETE statement works only on Non-join Logical Files.
In recent releases, INSTEAD OF triggers have allowed JOIN VIEWs to be deleteable. Whether or not they can work for DDS JOIN LFs may depend how the DDS is written.
You can use and SQL DELETE statement on the logical file
Charlie Brown is right but it will delete the data out of the physical file.
DELETE statement works only on Non-join Logical Files.. as Gfprogrammer said it deletes the record from the physical file… correct me if am wrong!
DELETE statement works only on Non-join Logical Files.
In recent releases, INSTEAD OF triggers have allowed JOIN VIEWs to be deleteable. Whether or not they can work for DDS JOIN LFs may depend how the DDS is written.
Tom