In SQLite, a VIEW is not a physical table, but rather, it is in essence a virtual table created by a query joining one or more tables.
確定! 回上一頁