SQLite语句:
SELECT COUNT(*) FROM sqlite_master where type='table' and name='Student';
如果存在,则返回数值1;
如果不存在,则返回数值0。
C#语句: