• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 31
  • 1
  • 1
  • 1
  • Tagged with
  • 45
  • 45
  • 45
  • 45
  • 15
  • 13
  • 12
  • 12
  • 11
  • 11
  • 9
  • 8
  • 8
  • 8
  • 6
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
21

Application of decision diagrams for information storage and retrieval

Komaragiri, Vivek Chakravarthy. January 2002 (has links)
Thesis (M.S.)--Mississippi State University. Department of Electrical and Computer Engineering. / Title from title screen. Includes bibliographical references.
22

Assessing the impact of positive feedback in constraint-based tutors : a thesis submitted in partial fulfilment of the requirements for the degree of Master of Science in Computer Science in the University of Canterbury /

Barrow, Devon K. January 1900 (has links)
Thesis (M. Sc.)--University of Canterbury, 2008. / Typescript (photocopy). "January 2008." Includes bibliographical references (p. [121]-128). Also available via the World Wide Web.
23

Implementation of data flow query language on a handheld device /

Evangelista, Mark A. January 2005 (has links) (PDF)
Thesis (M.S. in Computer Science)--Naval Postgraduate School, March 2005. / Thesis Advisor(s): Thomas W. Otani. Includes bibliographical references (p. 173). Also available online.
24

SQL front-end for the JRelix relational-programming system

Khaya, Ibrahima. January 1900 (has links)
Thesis (M.Sc.). / Written for the School of Computer Science. Title from title page of PDF (viewed 2009/06/25). Includes bibliographical references.
25

A framework for aggregating, organizing, and searching RSS feeds /

Bathla, Samir. January 2006 (has links) (PDF)
Thesis (M.S.)--Pace University, 2006. / Includes bibliographical references.
26

An automated XPATH to SQL transformation methodology for XML data

Jandhyala, Sandeep. January 2006 (has links)
Thesis (M.S.)--Georgia State University, 2006. / Rajshekhar Sunderraman, committee chair; Sushil Prasad, Alex Zelikovsky, committee members. Electronic text (58 p.) : digital, PDF file. Description based on contents viewed Aug. 13, 2007. Includes bibliographical references (p. 58).
27

A web application for Medasolution Healthcare Company customer service system

Jia, Hao 01 January 2005 (has links)
Medasolution is a virtual company designed by the author to handle Medicare insurance business. The web application (which uses ASP.net and SQL Server 2000) facilitates communication between Medasolution and all its clients: members, employers, brokers, and medicare providers through separate web pages based on their category levels. The program incorporates security so that it follows government privacy rules regarding client information.
28

Implementation of an improved embedded SQL for Java

Unknown Date (has links)
The Java Devlopment Environment defines SQLJ as a standard way of embedding the relational database language SQL in the object-oriented programming language Java. Oracle Corporation provides an extension of SQLJ that supports dynamic SQL constructs for the processing of SQL commands that are not completely known at compile time. Unfortunately, these constructs are not sufficient to handle all dynamic situations, so that the programmer has to depend on other SQL embeddings, such as JDBC, in addition to Oracle's SQLJ. In this thesis we implement several extensions to Oracle's SQLJ so that all dynamic situations can be programmed in SQLJ, without resorting to other SQL embeddings. We also add a sub-query based for loop facility, similar to the one provided in Oracle's database programming language PL/SQL, as an improvement over the iterator constructs that SQLJ provides. This thesis discusses the design, development and implementation of these SQLJ extensions, and provided applications that show the utility of these extensions in terms of clarity and power. / by Louis M. Bradley. / Thesis (M.S.C.S.)--Florida Atlantic University, 2012. / Includes bibliography. / Mode of access: World Wide Web. / System requirements: Adobe Reader.
29

Interface design for a Chinese database system.

January 1995 (has links)
Lee Fu Wing. / Thesis (M.Phil.)--Chinese University of Hong Kong, 1995. / Includes bibliographical references (leaves 96-104). / Abstract --- p.i / Chapter 1. --- Introduction --- p.1 / Chapter 1.1 --- Background --- p.1 / Chapter 1.2 --- The contribution of this project --- p.3 / Chapter 1.3 --- Scope of Thesis --- p.3 / Chapter 2. --- Background Study --- p.4 / Chapter 2.1 --- Related works of General DBMS User Interface --- p.4 / Chapter 2.1.1 --- Linear System --- p.4 / Chapter 2.1.2 --- Form-Based System --- p.6 / Chapter 2.1.3 --- Other Approaches --- p.8 / Chapter 2.2 --- Related works of Chinese System --- p.9 / Chapter 2.2.1 --- Artificial Natural Language --- p.9 / Chapter 2.2.2 --- """Chinesized"" English Database Query Language" --- p.9 / Chapter 2.2.3 --- Chiq1 --- p.10 / Chapter 3. --- Design Principles --- p.11 / Chapter 3.1 --- Data Model --- p.11 / Chapter 3.2 --- Language Naturalness --- p.11 / Chapter 3.3 --- Novice Users vs Expert Users --- p.12 / Chapter 3.4 --- Practical Requirements --- p.14 / Chapter 3.4.1 --- Relational Algebra Operators --- p.15 / Chapter 3.4.2 --- Divide and Conquer Querying Strategy --- p.16 / Chapter 3.4.3 --- Unit of Operations --- p.17 / Chapter 3.4.4 --- Graphical User Interface (GUI) --- p.18 / Chapter 3.4.5 --- Direct Object Manipulation --- p.19 / Chapter 3.5 --- SQL Expressiveness --- p.19 / Chapter 4. --- Query Specification in Chinese --- p.21 / Chapter 4.1 --- Defining Elementary Operations --- p.21 / Chapter 5. --- Implementation of the System Design --- p.29 / Chapter 5.1 --- Hardware and Software Configuration --- p.29 / Chapter 5.1.1 --- Basic Components --- p.29 / Chapter 5.1.2 --- Procedures for Data Retrieval --- p.30 / Chapter 5.2 --- System Design --- p.32 / Chapter 5.2.1 --- Common Operations --- p.32 / Chapter 5.2.2 --- Select the Required Tables --- p.33 / Chapter 5.2.3 --- Performing Join --- p.35 / Chapter 5.2.4 --- Performing Restriction --- p.36 / Chapter 5.2.5 --- Performing Projection --- p.37 / Chapter 5.2.6 --- Completion of Query --- p.38 / Chapter 5.2.7 --- Other Basic Operations --- p.39 / Chapter 5.2.8 --- Set Operations --- p.40 / Chapter 5.2.9 --- Composing and Decomposing a Complex Query --- p.41 / Chapter 6. --- Query Formulation in the Interface --- p.42 / Chapter 6.1 --- Example 1 (Simple Query - Novice User) --- p.45 / Chapter 6.2 --- Example 2 (Simple Query - Expert User) --- p.65 / Chapter 6.3 --- Example 3 (Simple Query with Group-By Feature) --- p.77 / Chapter 6.4 --- Example 4 (Complex Query with Set Operations) --- p.87 / Chapter 7. --- Summary and Conclusions --- p.90 / Chapter 7.1 --- Summary of Accomplishment --- p.90 / Chapter 7.2 --- Future Work --- p.94 / Chapter 7.3 --- Conclusion --- p.95 / Chapter 8. --- References --- p.96 / Chapter 9. --- Appendix A : 66 Testing Queries --- p.105 / Chapter 10. --- Appendix B : Glossary --- p.112 / Chapter 11. --- Appendix C : Programs Listing --- p.115
30

The basic structure of intelligent database

Yu, Chun-I January 1989 (has links)
The purpose of this paper is to study the basic theoretic structure of intelligent data base by means of logic. There are three parts of this paper. The first part introduces the concept and relational algebra in relational data base. The second part focuses on the relationship between logic and the structure of intelligent data base and compares the intelligent database application. The last part, a SQL (Structure Query Language) queries simulation program using logic programming language Prolog, demonstrates how logic applies to query languages. / Department of Computer Science

Page generated in 0.0843 seconds