What is the method for deleting a table in Sybase?

Questions by Robert   answers by Robert

Showing Answers 1 - 1 of 1 Answers

The table in Sybase can be deleted by using the command drop table. The syntax of this command is as below:
drop table
Then the window waits for entering the table name where the table name to be deleted in Sybase is entered and go is entered which results in deletions of table permanently from Sybase database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions