On 1 Nov 2013, at 1:15pm, techi eth <techi...@gmail.com> wrote:

> If we have trigger creation on per table basis then why can't we have
> dropping also on table basis.

TRIGGERs are not related to just one table.  You can have a TRIGGER which 
mentions any number of tables.

> It is not good to have feature where each table owner are free to allow the
> way he want to create trigger.

Tables do not have owners.  Databases have owners: whoever owns the database 
file.  If you don't want someone to change your database, don't give them write 
access to the database file.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to