Dissertations / Theses on the topic 'Sqh'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Sqh.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Tsoumpekos, Georgios. "big bang, a novel regulator of tissue growth in Drosophila melanogaster." Doctoral thesis, Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2016. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-201276.
Full textRani, Venkata. "Translating Temporal SQL to Nested SQL." DigitalCommons@USU, 2016. https://digitalcommons.usu.edu/etd/4966.
Full textČebanauskas, Saulius. "SQL mokymosi sistema." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2010. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2010~D_20100826_112703-93241.
Full textNowadays, when “paper” data practically from all the scopes is on the edge of extinction, big part of IT society is made of one or another type of databases. SQL queries are used to work with database information. SQL (Structured Query Language) is designed for database information processing. For fast systems, related with databases operation, it is necessary to correctly write and optimize SQL queries. To learn write SQL queries correctly and optimize them, only the theoretical knowledge is not enough, it is necessary to do a lot of practical tasks. When learning to write SQL queries, basic problem is poor choice of practical tasks, and non-existence of good testing system, which allows writing SQL queries easily. On the job the existent SQL learning systems and learning materials analysis were performed, all found systems has its own problems, full freedom to write SQL queries for user is not granted. During designing, methods allowing for learner easily write various types of queries, view executed queries results and get the result if a written query is correct, were designed. Designed methods were used in remote SQL queries learning system design and implementation. Aim: The algorithms which are developed and implemented allows to test sql queries based on simple syntax and allows to execute queries of the different types. The object of research: Execution of various SQL queries.
Collett, Torstein Calvin. "Simple SSH Management." BYU ScholarsArchive, 2021. https://scholarsarchive.byu.edu/etd/9130.
Full textBuso, Fabio. "SQL on Hops." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-215692.
Full textAkinci, Gizem [Verfasser], and Matthias [Akademischer Betreuer] Teschner. "Efficient surface reconstruction for SPH fluids = Effiziente Oberflächenrekonstruktion für SPH Flüssigkeiten." Freiburg : Universität, 2014. http://d-nb.info/1114829315/34.
Full textŠmalec, Ondřej. "Aplikace pro monitorování sítí." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2019. http://www.nusl.cz/ntk/nusl-400875.
Full textJESUS, E. M. "Operadores SPH sobre variedades." Universidade Federal do Espírito Santo, 2017. http://repositorio.ufes.br/handle/10/7408.
Full textEste projeto propõe uma extensão do método SPH (Smoothed Particle Hydrodynamics) [1] para variedade diferenciáveis. Inicialmente desenvolvido no Rn, o método SPH baseia-se no conceito de representação integral que não é estendido de forma natural para variedade. No entanto, este conceito pode ser aplicado ao espaço tangente da variedade. Sendo assim, impondo algumas condições a variedade, o método SPH poderá ser aplicado à pontos projetados no espaço tangente de cada partícula [2]. Esta abordagem resulta numa boa aproximação para os operadores diferenciais sobre a variedade, sendo assim considerada uma generalização consistente do método. Estes operadores generalizados serão utilizados na Decomposição de Helmhotz-Hodge e análise de campos vetoriais [3], simulação de fluidos incompressíveis, resolução de equações clássicas como a equação da onda, equação do calor, dentre outras, sobre variedades. Bibliografia: 1) Liu, Gui-Rong e Liu, M.B. "Smoothed Particle Hydrodynamics: A Meshfree Particle Method". World Scientific, 2003 2) Petronetto, Fabiano, et al. "Mesh-Free Discrete Laplace-Beltrami Operator". Computer Graphics Forum, 2013. 3) Petronetto, Fabiano, et al. "Meshless helmholtz-hodge decomposition". IEEE transactions on visualization and computer graphics, 2010. 4) Mercier, Olivier, et. al. "Surface turbulence for particle-based liquid simulations". ACM Transactions on Graphics (TOG), 2015.
Laibaças, Hugo Alexandre Lopes. "Laboratório online de SQL." Master's thesis, Universidade de Évora, 2013. http://hdl.handle.net/10174/16391.
Full textHorák, Jan. "SQL backend pro Subversion." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237115.
Full text(UPC), Universidad Peruana de Ciencias Aplicadas. "SQL Server - SI92 201801." Universidad Peruana de Ciencias Aplicadas (UPC), 2018. http://hdl.handle.net/10757/623250.
Full textWaß, Christopher. "Demotisch, hieratisch und SQL." Universitätsbibliothek Leipzig, 2016. http://nbn-resolving.de/urn:nbn:de:bsz:15-qucosa-201797.
Full textEspensen, George Max. "Towards the total synthesis of anthraquinone antifungal agents Sch 47554 and Sch 47555." Thesis, Imperial College London, 2011. http://hdl.handle.net/10044/1/9197.
Full textManzi, Eric R. "SQL-ACT : content-based and history-aware input prediction for non-trivial SQL queries." Thesis, Massachusetts Institute of Technology, 2017. http://hdl.handle.net/1721.1/119534.
Full textThis electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
Cataloged from student-submitted PDF version of thesis.
Includes bibliographical references (pages 79-81).
This thesis presents SqlAct, a SQL auto-completion system that uses content-based and history-aware input prediction to assist in the process of composing non-trivial queries. By offering the most relevant suggestions to complete the partially typed query first at the word-level and then at the statement-level, SqlAct hopes to help both novice and expert SQL developers to increase their productivity. Two approaches are explored: word-level suggestions are optimized based on the database's schema and content statistics, and statement-level suggestions that rely on Long Short-term Memory (LSTM) Recurrent Neural Networks language models trained on historical queries. The word-level model is integrated in a responsive command-line interface database client which is evaluated quantitatively and qualitatively. Results shows SqlAct provides a highly-responsive interface that makes high quality suggestions to complete the currently typed query. Possible directions for integration with the word-level model in the command-line tool are explored as well as the planned evaluation techniques.
by Eric R. Manzi.
M. Eng.
Shang, Xuequn. "SQL based frequent pattern mining." [S.l. : s.n.], 2005. http://deposit.ddb.de/cgi-bin/dokserv?idn=975449176.
Full textHuang, Hu, and 黃鵠. "Multicarrier DS/SFH-CDMA systems." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2000. http://hub.hku.hk/bib/B31222705.
Full textGrammel, Daniel. "Heterogenität humaner SHH-assoziierter Medulloblastome." Diss., Ludwig-Maximilians-Universität München, 2014. http://nbn-resolving.de/urn:nbn:de:bvb:19-169530.
Full textHuang, Hu. "Multicarrier DS/SFH-CDMA systems /." Hong Kong : University of Hong Kong, 2000. http://sunzi.lib.hku.hk/hkuto/record.jsp?B22053839.
Full textBriody, Brendan. "An XQuery to SQL compiler." [S.l. : s.n.], 2005. http://www.bsz-bw.de/cgi-bin/xvms.cgi?SWB11759115.
Full textOliveira, Ricardo Cezar Nery. "S-SQL : uma interface semantica." [s.n.], 1992. http://repositorio.unicamp.br/jspui/handle/REPOSIP/276198.
Full textDissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Mate matica, Estatistica e Ciencia da Computação
Made available in DSpace on 2018-07-16T01:56:40Z (GMT). No. of bitstreams: 1 Oliveira_RicardoCezarNery_M.pdf: 2760296 bytes, checksum: a2dca23df40bf725466b0ef411c63e2a (MD5) Previous issue date: 1992
Resumo: Apesar de serem reconhecidas, as críticas aos modelos de dados clássicos, em especial ao modelo relacional, não motivaram a indústria a investir no desenvolvimento dos modelos semânticos. Os usuários, dentro deste contexto, encontram-se desamparados à espera de um sistema de gerenciamento de banco de dados (SGBD) que ofereça as diversas facilidades que, embora fartamente discutidas, ainda não se encontram comercialmente disponíveis. A dissertação que se segue propõe uma interface semântica para SGDBs relacionais que têm como base a linguagem SQL. SQL é uma linguagem de banco de dados bastante difundida, podendo ser considerada um padrão da indústria. A interface S-SQL é composta de um modelo que oferece os mecanismos de classificação, agregação, generalização, herança múltipla, classes derivadas com base em predicados e atributos, atributos multivalorados, bem como, uma linguagem de consulta associada, sintaticamente derivada da linguagem SQL.
Abstract: Despite the acknowledgement of the critics to the record-oriented models, specially to the relational model, the industry was not motivated to invest on the development of the semantic models. ln that context, users are hopelessly waiting for a DBMS that can provide the several facilities that, in spite of being largely discussed, are not commercially available yet. This dissertation presents a proposition of a semantic interface for SQL relational DBMSs. SQL is a widely spread database language that can be considered an industry standard. The S-SQL interface comprises a model that provide the mechanisms of classification, aggregation, generalization, multiple inheritance, derived class based on predicates and attributes, multivalued attributes, as well as a query language syntactically derived from SQL.
Mestrado
Mestre em Ciência da Computação
Anderson, Eve. "Mapping the Shh regulatory landscape." Thesis, University of Edinburgh, 2015. http://hdl.handle.net/1842/21035.
Full textSILVA, César Leonardo Barbosa da. "Condições de contorno em SPH." Universidade Federal de Pernambuco, 2017. https://repositorio.ufpe.br/handle/123456789/23924.
Full textMade available in DSpace on 2018-03-12T18:36:01Z (GMT). No. of bitstreams: 2 license_rdf: 811 bytes, checksum: e39d27027a6cc9cb039ad269a5db8e34 (MD5) Condições de Contorno em SPH.pdf: 3948796 bytes, checksum: 56af592704db440fbf4865e764d28120 (MD5) Previous issue date: 2017-03-02
CAPES
Nesta dissertação será apresentado o método SPH - Smoothed Particle Hydrodynamics, - em português, Hidrodinâmica da Partícula Suavizada, um método sem malhas baseado em distribuições de partículas. O método foi inicialmente desenvolvido, em 1988, para simulações de sistemas astronômicos, onde as grandezas envolvidas sofrem variações bruscas e e grandes. Seus criadores desejavam um método que fosse fácil de se trabalhar e que, em contrapartida, fornecesse uma precisão coerente. O SPH é muito utilizado em aplicações em sistemas fluidos ou granulares, mas nada impede, e muito tem sido feito, de se aplicar a sistemas sólidos e de alta viscosidade. O SPH, em comparação com, por exemplo, Método do Elemento Finito, apresenta a grande vantagem de não sofrer com as grandes deformaç oes, em virtude de sua natureza particular. Neste trabalho estabeleceremos os fundamentos matemáticos que são a essência método. Serão exibidas algumas de suas aplicações e discutidas as principais condições de contorno utilizadas pelos pesquisadores da área, bem como proposta uma condição funcional que será simulada. Por fim, os resultados serão comparados com alguns outros trabalhos desenvolvidos por outros pesquisadores na área.
The SPH- Smoothed Particle Hydrodynamics-, in portuguese, Hidrodinâmica da Partícula Suavizada, will be presented. It is a meshless method based on particles distributions. The method was initially developed in 1988 for simulations of astronomical systems, where the quantities involved suffer abrupt and large variations. Its creators wanted a method that was easy to work with and, on the counterpart, would give a coherent precision. The SPH is mainly applied to fluid or granular systems but can be applied to solid or high viscous systems. The SPH method in comparison, for example, to Finite Element Method, shows a great advantage once do not have the problem when treating large deformations, in virtue of his particular nature. In this dissertation will be presented the mathematical foundations that are the essence of the method. It will be exhibited some of their applications and some of the major boundary conditions used by the researchers in the subject. It will be also proposed a functional condition to be simulated. Finely, the results will be compared to some other simulations developed by researchers in this area.
Calvet, Jean-Thierry. "Synchronisation des réseaux optiques SDH." Paris 6, 2003. http://www.theses.fr/2003PA066039.
Full textSunye, Marcos. "Cerqle : un SQL objet-relation." Dijon, 1993. http://www.theses.fr/1993DIJOS008.
Full textŠiroký, Jiří. "Řízení projektů kompetenčního centra SQA." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-203869.
Full textTengqvist, Edvard. "Automatiserad nätadministration med bash." Thesis, Mittuniversitetet, Institutionen för informationssystem och –teknologi, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-39386.
Full textAtt administrera stora mängder utav åldrande noder kan vara en betungande och skrämmande uppgift. Detta är verkligheten för driftpersonalen och teknikerna som arbetar med Telias äldre xDSL-nätverk där linjekort i noder beter sig oregelbundet efter en lång upptid, något som resulterar i bristfälliga anslutningar för kunderna. En av uppgifterna är helt enkelt att starta om dessa linjekort när en kund eller tekniker lämnar in klagomål om upptiden för linjekortet är ett problem. Detta projekt har som mål att lösa denna problematik genom användandet av scripting för att inventera linjekorten och dess motsvarande upptid. Genom att lagra denna information i en databas kan en sedan fråga databasen angående vilka linjekort som är i behov av omstart, innan kunder upplever problem. Genom att automatisera vissa av dessa manuella administrativa sysslor genom script kan en frigöra tid för personalen att utföra andra sysslor samt att spara in resurser och kostnader för underhåll.
[記載なし]. "第5章 SSH通信 SSH通信 (第8号 9.30.2008)(Ⅷ. 資料)." 名古屋大学教育学部附属中学校 : 名古屋大学教育学部附属高等学校, 2010. http://hdl.handle.net/2237/12997.
Full textArmonas, Andrius. "Konceptualiųjų apribojimų transformacija į SQL kodą." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2005. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2005~D_20050524_190132-41686.
Full textLeščiauskas, Vytautas. "SDH tinklo resursų įvertinimas ir optimizavimas." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2004. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2004~D_20040531_205209-50945.
Full textLinkevičius, Edvardas. "SDH telekomunikacijų tinklo resursų skaičiavimo sistema." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2007. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2007~D_20070116_234500-14286.
Full textKasiulevičius, Darius. "xBase komandų pakeitimo SQL užklausomis tyrimas." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2009. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2009~D_20090824_151518-39587.
Full textThe conversion problem of xBase commands into SQL queries is analysed in this work. Solution to conversion problem was proposed. It consists of two parts: conversion algorithm and conversion rules storage. A software for conversion of xBase commands into SQL queries was developed using the proposed model. Additional functionality was implemented in the software: viewer and editor of database tables, loader of *.dbf tables into servers database tables. A solution to facilitate migration from ISAM database to modern client-server DBMS systems was developed.
Escartín, Vigo José Antonio. "ISFAA : Implicit SPH for astrophysical apllications." Doctoral thesis, Universitat Politècnica de Catalunya, 2016. http://hdl.handle.net/10803/384002.
Full textLa simulación mediante ordenador es una de las herramientas básicas de la Astrofísica moderna. Los procesos de gran escala temporal son imposibles de tratar con enfoques explícitos ya que estos se encuentran limitados, en su paso de tiempo máximo, por la restricción conocida como condición de Courant-Friedrichs-Lewy. Para utilizar los enfoques implícitos se genera un sistema de ecuaciones algebraicas acopladas, habitualmente resuelto con un esquema de Newton-Raphson y compuesto por todas las ecuaciones de cada uno de los puntos de resolución del modelo. El coste computacional de resolución aumenta sustancialmente con el número de incógnitas que han de determinarse a cada paso de tiempo. Las propiedades del siguiente paso de tiempo dependen de los valores de las variables desconocidas en dicho paso de tiempo y por tanto todas han de ser calculadas simultáneamente. La consecuencia es que todo el sistema de ecuaciones se ha de resolver conjuntamente realizando la inversión de una matriz dispersa enorme (la matriz es cuadrada y tiene un tamaño de n*v, siendo n el numero de partículas y v el número de variables independientes del sistema). Debido a esta restricción, la hidrodinámica implícita históricamente ha sido aplicada a sistemas en una sola dimensión. Para su implementación multidimensional sería interesante utilizar un enfoque lagrangiano como el suavizado de partículas hidrodinámicas denominado "Smooth Particle Hydrodynamics" ó SPH. La técnica se viene aplicando con éxito al campo de la astrofísica, la cosmología y diferentes problemas de la física de fluidos. El SPH integra las ecuaciones de la dinámica de fluidos en cada punto del formalismo lagrangiano (denominado partícula por tener una masa asociada) calculando velocidad, posición, densidad y presión como una interpolación de los valores de las partículas vecinas. Los métodos lagrangianos, a diferencia de los eulerianos, no necesitan de una malla regular que cubra la totalidad del espacio de integración, por tanto, la memoria y el tiempo de cálculo no se desperdician en la resolución de espacios vacíos. Los fluidos se descomponen en un conjunto de partículas donde podemos tratar numéricamente de forma más sencilla el movimiento en tres dimensiones derivado de las fuerzas de presión y auto-gravedad. El objetivo de esta tesis es detallar las principales características y la implementación de un nuevo código SPH, con un enfoque implícito, al que hemos denominado ISFAA (Implicit SPH for Astrophysical Applications). Este código amplia el trabajo previo de Knapp. C., 2000 e incluye el esquema físico más actual del SPH (basado en el principio variacional), viscosidad artificial, gravedad y conductividad térmica. Dado el enorme esfuerzo que supone construir y validar un nuevo código SPH, se pretende que en el futuro su utilidad se extienda al mayor número posible de escenarios. Con este fin se ha optado por un diseño modular que separe el tratamiento general del código de la implementación concreta de ecuaciones evolutivas básicas y de las propiedades del material (ecuación de estado, viscosidad artificial, etc.). Además, para la resolución del sistema de ecuaciones se utiliza la biblioteca de algoritmos paralelos PARDISO, que incorpora la librería Intel MKL y que en el futuro tendrá mejoras que impactarán positivamente en el código. Para comprobar la corrección del código y probar cada uno de los ingredientes físicos, se especifican una serie de test básicos (Explosión puntual, The wall heating shock, inestabilidades de Rayleigh-Taylor, caída libre, etc.) y una serie de test con gravedad (Toy Star, estabilización de una estrella de masa solar y una enana blanca). Por último se muestra la evolución de un sistema cuasiestático, en el que las velocidades no se encuentran explícitamente en el modelo. Este test está orientado a demostrar que el código implícito podría aplicarse con éxito en estas situaciones, consiguiendo simular el sistema en largos intervalos temporales.
Schindler, Benjamin. "Visualization of vortices in SPH data." Zurich : ETH, Eidgenössische Technische Hochschule Zürich, Department of Computer Science, Computer Graphics Laboratory, 2009. http://e-collection.ethbib.ethz.ch/show?type=dipl&nr=460.
Full textПоляков, С. А. "Композиційна семантика ядра SQL-подібних мов." Diss. of Candidate of Physical and Mathematical Sciences, КНУТШ, 2011.
Find full textBilgin, Ahmet Soydan. "Deriving Efficient SQL Sequences Via Prefetching." NCSU, 2008. http://www.lib.ncsu.edu/theses/available/etd-01032008-141946/.
Full textRuzgys, Mindaugas. "SQL užklausų rašymo gebėjimų vertinimo sistema." Bachelor's thesis, Lithuanian Academic Libraries Network (LABT), 2014. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2014~D_20140716_111653-31782.
Full textMost of bigger web solutions use databases for data storage.This is why all programmers must be familiar with SQL and its usage in relational databases. However the evaluation of SQL knowledge can be difficult in study process as the same result can be achieved by writing different SQL queries. This is why the evaluation of students’ answers can be time consuming in non automated systems and incorrect in match finding automated systems. This prototype was validated by using it in Database study course and compared with more traditional ways to evaluate students’ MySQL knowledge.
Barclay, Alexander. "SQP methods for large-scale optimization /." Diss., Connect to a 24 p. preview or request complete full text in PDF format. Access restricted to UC campuses, 1999. http://wwwlib.umi.com/cr/ucsd/fullcit?p9936873.
Full textChow, Alex. "Incompressible SPH (ISPH) on the GPU." Thesis, University of Manchester, 2018. https://www.research.manchester.ac.uk/portal/en/theses/incompressible-sph-isph-on-the-gpu(b569f890-78f1-42c2-b9d4-7082b45f45c8).html.
Full textLINO, Adriano Del Pino. "LABSQL: laboratório de ensino de SQL." Universidade Federal do Pará, 2007. http://www.repositorio.ufpa.br:8080/jspui/handle/2011/1744.
Full textItem created via OAI harvest from source: http://www.bdtd.ufpa.br/tde_oai/oai2.php on 2011-03-23T21:19:22Z (GMT). Item's OAI Record identifier: oai:bdtd.ufpa.br:152
This work presents a new approach for automatic evaluation of SQL queries. This approach proposes a solution for a challenge to stimulate the student to improve his/her solution: searching, besides an answer that returns a correct result, a query with a complexity next to the optimum solution. This proposal can be used in e-learning environments or in presential education in laboratory activities, including the evaluations. The proposed solution has as advantages: (1) the student receives an instantaneous feedback during a practice programming activity, which allows the student to refactorize his/her solution in direction to a optimum solution; (2) complete integration between the programming concepts teaching with examples of fragments of on-line executable programs; (3) monitoring of students activities (how many examples were executed; in each exercise how many execution attempts were done, etc). This work is the first pass in direction to the construction of an environment, totally attended (for example with automatic evaluation) for teaching of SQL programming language, where the instructor is free of the hard work to correct SQL commands, being able to do more relevant pedagogic tasks. The method, based on statistics and Software Engineering metrics, can be adapted for other languages, such as Java and Pascal. In addition, the LabSQL serves as a laboratory for experimentation of two news techniques, one of evaluation and other of accompaniments that are being searched in several works at the same time: (a) automatic evaluation of discursive conceptual questions, besides to allow the traditional objective questions, (b) method of accompaniment through a montage of evaluation rubrics.
Este trabalho apresenta uma nova abordagem para avaliação automática de consultas SQL. Essa abordagem propõe uma solução para o desafio de estimular o aprendiz a aperfeiçoar a sua solução: buscando, além de uma resposta que retorna o resultado correto, uma consulta com complexidade próxima da solução ótima. Essa proposta pode ser utilizada em ambientes de educação a distancia ou na educação presencial em atividades de laboratório, incluindo as avaliações. A solução proposta tem como vantagens: (1) o aprendiz recebe um feedback instantâneo durante a atividade prática de programação, o qual permite ao aprendiz refatorar a sua solução em direção a uma solução ótima; (2) completa integração entre o ensino de conceitos de programação com exemplo de fragmentos de programas executáveis on-line; (3) monitoramento das atividades do aprendiz (quantos exemplos foram executados; em cada exercício quantas tentativas de execução foram feitas, etc). Este trabalho é um primeiro passo na direção de construção de um ambiente totalmente assistido (por exemplo com avaliação automática) para ensino da linguagem de programação SQL, onde o professor é liberado do árduo trabalho de correção de comandos SQL podendo realizar tarefas pedagógicas mais relevantes. O método, fundamentado em estatística e métricas da Engenharia de Software, pode ser adaptado para outras linguagens tais como Java e Pascal. Além disso, o LabSQL serve com um laboratório para experimentação de duas novas técnicas, uma de avaliação e outra de acompanhamento, que estão sendo pesquisadas em trabalhos em paralelos: (a) avaliação automática de questões conceituais discursivas, além de permitir as tradicionais perguntas objetivas, (b) método de acompanhamento através de montagem de uma rubrica de avaliação.
Venkatamuniyappa, Vijay Kumar. "Towards automatic grading of SQL queries." Kansas State University, 2018. http://hdl.handle.net/2097/38819.
Full textDepartment of Computer Science
Doina Caragea
An Introduction to Databases course involves learning the concepts of data storage, manipulation, and retrieval. Relational databases provide an ideal learning path for understanding database concepts. The Structured Query Language (SQL) is a standard language for interacting with relational database. Each database vendor implements a variation of the SQL standard. Furthermore, a particular question that asks for some data can be written in many ways, using somewhat similar or structurally different SQL queries. Evaluation of SQL queries for correctness involves the verification of the SQL syntax and semantics, as well as verification of the output of queries and the usage of correct clauses. An evaluation tool should be independent of the specific database queried, and of the nature of the queries, and should allow multiple ways of providing input and retrieving the output. In this report, we have developed an evaluation tool for SQL queries, which checks for correctness of MySQL and PostgreSQL queries with the help of a parser that can identify SQL clauses. The tool developed will act as a portal for students to test and improve their queries, and finally to submit the queries for grading. The tool minimizes the manual effort required while grading, by taking advantage of the SQL parser to check queries for correctness, provide feedback, and allow submission.
Yáñez, Sáez Osvaldo Alfonso. "Gestión de Conocimiento en SQM Salar." Tesis, Universidad de Chile, 2006. http://repositorio.uchile.cl/handle/2250/102834.
Full textEl objetivo principal de este estudio es presentar un caso práctico de aplicación de gestión del conocimiento en los procesos productivos de SQM Salar. Con esto se pretende potenciar las debilidades más importantes identificadas y que se mencionan a continuación: procesos no optimizados, existencia de un área débil de investigación en apoyo al mejoramiento continuo, imposibilidad de benchmark y base de datos de difícil acceso y no validada. Entendiendo que el conocimiento es el único activo que se incrementa con su uso, obtener un modelo en base a la gestión de este activo, es de vital importancia, mientras se traduzca en uno o combinación de los siguientes puntos: aumento de productividad, aumento de calidad y disminución de costos. En una primera etapa se procede a realizar una descripción de la compañía, en donde se identifican los productos, principales competidores, estructura de propiedad, procesos, etc. Luego se define la problemática en cuestión y la definición del área de investigación aplicada responsable de la generación y recopilación del conocimiento, esto involucra la redacción de misión, visión y objetivos estratégicos. En tercer término se presenta una revisión detallada de todos los conceptos involucrados en la gestión del conocimiento. Finalmente se describe las fases de implementación de esta nueva área, junto con el ordenamiento de información, se define planes de cómo recopilar la información para finalizar en su consolidación a conocimiento y se presentan indicadores de desempeño del área de investigación. Los resultados más importantes, obtenidos a la fecha, son la obtención de dividendos por más de 7 millones de dólares con un presupuesto de 0,66 millones de dólares. La apuesta futura del área esta orientada a la optimización de las etapas unitarias molienda, clasificación y flotación, en la planta de cloruro de potasio en las cuales se espera un aumento de rendimiento de 3 % de potasio y que significaría un aumento de producción de esta planta en alrededor de 15.000 Ton/año lo que en ingresos por venta significaría 2,85 millones de dólares (precio considerado 190 US$ Ton). Después de ver estos resultados constatamos la importancia y la potencialidad que tiene el fortalecimiento de iniciativas de este tipo, que a lo menos hace auspicioso el futuro de el Área de Investigación Aplicada.
Pinto, Mauro Teixeira. "O SFH e o equilíbrio contratual." reponame:Repositório Institucional do FGV, 1996. http://hdl.handle.net/10438/5436.
Full textNo presente trabalho iremos nos preocupar com as circunstâncias sob as quais os parâmetros de eficiência não predominaram no modelo habitacional do país durante o período em que este conviveu com um sistema habitacional formalmente estruturado, que se inicia em 1964 e permanece até o presente momento, dedicando especial atenção aos parâmetros de funcionamento atuais. Buscaremos analisar formalmente as causas das distorções, suas consequências em termos qualitativos e quantitativos e eventuais propostas de superação das dificuldades.
Marouki, Fadi. "AUTOMATED SQL QUERY GENERATION - RDBMS Testing." Thesis, Umeå universitet, Institutionen för datavetenskap, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-163180.
Full textPyszko, Pavel. "Technologie vysoké dostupnosti MS SQL Serveru." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2015. http://www.nusl.cz/ntk/nusl-220540.
Full textPenzhorn, Karl. "Consistency and convergence of SPH approximations." Master's thesis, University of Cape Town, 2009. http://hdl.handle.net/11427/12365.
Full textIncludes abstract.
This thesis is about a new approach to SPH. Instead of using a single kernel or shape function for approximation of a function and its derivatives, individual shape functions are used for each derivative. The investigation is carried out in one space dimension. After producing the conditions for consistency and convergence for the zeroth, first and second derivatives, a new set of linear or piecewise-linear shape functions which meet the minimum of these requirements are presented for each.
Hendrich, Michal. "Řízení projektů v kompetenčním centru SQA." Master's thesis, Vysoká škola ekonomická v Praze, 2013. http://www.nusl.cz/ntk/nusl-192562.
Full textVogel, Harald. "Enhetstestning inom PL/SQL - en fallstudie." Thesis, Linköpings universitet, Programvara och system, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-138553.
Full textBadiozamany, Sobhan. "Microsoft SQL Server OLAP Solution - A Survey." Thesis, Uppsala University, Department of Information Technology, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-130636.
Full textMicrosoft SQL Server 2008 offers technologies for performing On-Line Analytical Processing (OLAP), directly on data stored in data warehouses, instead of moving the data into some offline OLAP tool. This brings certain benefits, such as elimination of data copying and better integration with the DBMS compared with off-line OLAP tools. This report reviews SQL Server support for OLAP, solution architectures, tools and components involved. Standard storage options are discussed but the focus of this report is relational storage of OLAP data. Scalability test is conducted to measure performance of Relational OLAP (ROLAP) storage option. The scalability test shows that when ROLAP storage mode is used, query response time grows linearly with dataset size. A tutorial is appended to demonstrate how to perform OLAP tasks using SQL Server in practice.
Veøy, Kristian. "Introducing SimiLite : Enabling Similarity Retrieval in SQL." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-14470.
Full text