TAILIEUCHUNG - Android kiên trì: Cơ sở dữ liệu SQL

Android (cũng như hệ điều hành iPhone) sử dụng một chương trình độc nhúng gọi là SQLite3 có thể được sử dụng để: tạo ra một cơ sở dữ liệu, xác định SQL bảng biểu, chỉ tiêu, các truy vấn, xem, gây nên Chèn hàng, xóa hàng, hàng thay đổi, các truy vấn chạy và quản lý một tập tin cơ sở dữ liệu SQLite. | Android Persistency SQL Databases Notes are based on Android Developers http SQL Databases Using SQL databases in Android. Android as well as iPhone OS uses an embedded standalone program called sqlite3 which can be used to create a database define SQL tables indices queries views triggers Insert rows delete rows change rows run queries and administer a SQLite database file. 2 SQL Databases Using SQLite 1. SQLite implements most of the SQL-92 standard for SQL. 2. It has partial support for triggers and allows most complex queries exception made for outer joins . 3. SQLITE does not implement referential integrity constraints through the foreign key constraint model. 4. SQLite uses a relaxed data typing model. 5. Instead of assigning a type to an entire column types are assigned to individual values. This is similar to the Variant type in Visual Basic. 6. Therefore it is possible to insert a string into numeric column and so on. Documentation on SQLITE available at http Good GUI tool for SQLITE available at http

TỪ KHÓA LIÊN QUAN
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.