Tổng hợp tài liệu, ebook Cơ Sở Dữ Liệu tham khảo.
Modifying Large Objects ■ If the application requires insert/delete of bytes from specified regions of an object: ● B+tree file organization (described later in Chapter 12) can be modified to represent large objects ● Each leaf page of the tree stores between half and 1 page worth of data from the object ■ Specialpurpose application program...
90 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1131 | Lượt tải: 0
XML Application: Web Services ■ The Simple Object Access Protocol (SOAP) standard: ● Invocation of procedures across applications with distinct databases ● XML used to represent procedure input and output ■ A Web service is a site providing a collection of SOAP procedures ● Described using the Web Services Description Language (WSDL) ● Direct...
59 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1064 | Lượt tải: 0
Comparison of OO and OR Databases ■ Relational systems ● simple data types, powerful query languages, high protection. ■ Persistentprogramminglanguagebased OODBs ● complex data types, integration with programming language, high performance. ■ Objectrelational systems ● complex data types, powerful query languages, high protection. ■ No...
32 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 994 | Lượt tải: 0
Digital Certificates ■ Digital certificates are used to verify authenticity of public keys. ■ Problem: when you communicate with a web site, how do you know if you are talking with the genuine web site or an imposter? ● Solution: use the public key of the web site ● Problem: how to verify if the public key itself is genuine? ■ Solution: ● Ev...
52 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1118 | Lượt tải: 0
Lab 04 – Ứng dụng xóa file - Hãy thử viết 1 ứng dụng cho phép user xác định mẫu các file cần xóa rồi tìm các file thỏa mãn mẫu qui định và xóa chúng, việc tìm và xóa nên đệ quy từ vị trí mẫu để xóa triệt để. - Thí dụ nếu người dùng nhập pattern c:\*.tmp, ứng dụng sẽ tìm và xóa mọi file *.tmp từ thư mục gốc.
17 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1127 | Lượt tải: 0
Correctness of 3NF Decomposition Algorithm (Cont’d.) Claim: if a relation R i is in the decomposition generated by the above algorithm, then Ri satisfies 3NF. ■ Let Ri be generated from the dependency α → β ■ Let γ → B be any nontrivial functional dependency on Ri. (We need only consider FDs whose righthand side is a single attribute.) ■ ...
87 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1288 | Lượt tải: 0
UML Class Diagrams (Contd.) ■ Cardinality constraints are specified in the form l.h, where l denotes the minimum and h the maximum number of relationships an entity can participate in. ■ Beware: the positioning of the constraints is exactly the reverse of the positioning of constraints in ER diagrams. ■ The constraint 0.* on the E2 side and ...
82 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1220 | Lượt tải: 0
Input Box (tt) Mặc dầu Input Boxes rất dễ dùng, trên thực tế rất ít khi ta dùng nó vì những lý do sau đây: – Trong lúc user input data, phải đợi sau khi user click OK thì mới bắt đầu xử lý input textstring. Nếu dùng một Textbox trong một Form thông thường, ta có thể code trong các Event handlers của Events KeyPress hay Change để kiểm soát c...
36 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1478 | Lượt tải: 0
LAB 02 Sử dụng IDE của VB6.0 thiết kế form dưới đây – (1) Frame – (2) Label – (3) Textbox – (4) Command Button – (5) Combo Box – (6) ListBox Viết mã lệnh ứng với Event Form_Load trong đó sử dụng method AddItem đối với ComboBox và ListBox để thêm các mục trong danh sách lựa chọn
10 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1199 | Lượt tải: 0
NonMonotonicity (Cont.) ■ There are useful queries that cannot be expressed by a stratified program ● Example: given information about the number of each subpart in each part, in a partsubpart hierarchy, find the total number of subparts of each part. ● A program to compute the above query would have to mix aggregation with recursion ● Howe...
84 trang | Chia sẻ: vutrong32 | Ngày: 17/10/2018 | Lượt xem: 1014 | Lượt tải: 0