drop a table that belongs to another schema
Hello,
Which system privilege can I grant to drop a table that belongs to another schema?
UserA has the 'drop table' privilege. But this only allows UserA to drop its own table. Which privilege would allow UserA to drop UserB's table? I do not want to give UserA the 'drop any table'. Thank you.