How to Drop a Table in postgress
Drop table command in postgress language.here are exapmle of differnet table
the best thing u can do while creating any table in postgress run drop table command to make sure if any hting like that exist before should gone off straight way
Drop table cdvdtab;
Drop table booktab;
Drop table loantab;
Drop table itemtab;
Drop table copytab;
Drop table custab;

No comments: