slovodefinícia
ql
(foldoc)
QL

(Quantum Leap) Sir Clive Sinclair's first
Motorola 68008-based personal computer, developed from
around 1981 and released about 1983. The QL ran Sinclair's
QDOS operating system which was the first multitasking
OS on a home computer, though few programmers used this
feature. It had a structured, extended BASIC and a suite of
integrated application programs written by Psion. It
featured innovative "microdrives" which were random-access
tape drives. It was not a success.

The microdrives were innovative but probably a mistake.
Though reliable and quite quick, they sounded like they were
going to jam and explode, releasing a shower of plastic
shavings and tape into your face.

The QL and QDOS only supported two graphics modes - ominously
named high res and low res. High res had four (fixed) colours
at a resolution of 512 by 256 pixels. Low res had 8 colours
(black, blue, red, magenta, green, cyan, yellow, white) plus a
flash mode with 256 by 256 pixels. The sound was next to
useless - single channel single oscillator with various
parameters for fuzz, pitch change. There was one internal
font, scalable to 2 heights and 3 widths.

Peripherals and enhancements included a GUI on a plug-in
ROM, accelerator cards (Motorola 68020, 4 MB RAM), {floppy
disks} and hard disks.

In 1996 there is still some interest in the QL, spread by the
Internet of course. Emulation software, source code, "The
QL Hackers Journal" and similar are still available, and many
QLs are on the net.

(http://imaginet.fr/~godefroy/english).

(1996-08-01)
ql
(vera)
QL
Query Language
podobné slovodefinícia
aql
(encz)
AQL,přípustná úroveň kvality [eko.] RNDr. Pavel Piskač
FAQlist
(gcide)
FAQ \FAQ\ (f[a^]k), FAQ list \FAQ" list`\ (f[a^]k"l[i^]st`),
FAQlist \FAQ"list\ (f[a^]k"l[i^]st`), pr. n. [acronym from
Frequently Asked Questions.]
A list of questions and answers concerning a specific topic,
such as how to use a particular computer program. Many such
lists contain answers to the most commonly asked questions
about that topic, however the questions need not derive from
actual queries. Such lists are often maintained in electronic
form and made available on the World Wide Web. [acronym]
[PJC]
aql
(foldoc)
AQL

A picture query language, extension of APL.

["AQL: A Relational Database Management System and Its
Geographical Applications", F. Antonacci et al, in Database
Techniques for Pictorial Applications, A. Blaser ed,
pp. 569-599].

(1995-05-04)
eql
(foldoc)
EqL

An equational language. Bharat Jayaraman
. "EqL: The Language and its
Implementation", B. Jayaraman et al, IEEE Trans Soft Eng
SE-15(6):771-780 (June 1989).
eqlog
(foldoc)
EQLOG

Equality, types and generic modules for logic programming.
A language using Horn clauses. J.A. Goguen, J. Meseguer.
EQLog

OBJ2 plus logic programming based on Horn logic with equality.

"EQLog: Equality, Types and Generic Modules for Logic
Programming", J. Goguen et al in Functional and Logic
Programming, D. DeGroot et al eds, pp.295-363, P-H 1986.
faql
(foldoc)
frequently asked question
FAQ
FAQL
FAQ list

(FAQ, or rarely FAQL, FAQ list) A document
provided for many Usenet newsgroups (and, more recently,
web services) which attempts to answer questions
which new readers often ask. These are maintained by
volunteers and posted regularly to the newsgroup. You should
always consult the FAQ list for a group before posting to it
in case your question or point is common knowledge.

The collection of all FAQ lists is one of the most precious
and remarkable resources on the Internet. It contains a
huge wealth of up-to-date expert knowledge on many subjects of
common interest. Accuracy of the information is greatly
assisted by its frequent exposure to criticism by an
interested, and occasionally well-informed, audience (the
readers of the relevant newsgroup).

The main FTP archive for FAQs is on a computer called RTFM
at MIT, where they can be accessed either {by group
(ftp://rtfm.mit.edu/pub/usenet-by-group/comp.answers/)} or {by
hierarchy (ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/)}.
There is another archive at {Imperial College
(ftp://src.doc.ic.ac.uk/usenet/news-info/)}, London, UK and a
web archive in {Ohio
(http://cis.ohio-state.edu/hypertext/faq/usenet/top.html)},
USA.

The FAQs are also posted to Usenet newsgroups:
news:comp.answers, news:news.answers and
news:alt.answers.

(1997-12-08)
fql
(foldoc)
FQL

A functional database language.

["An Implementation Technique for Database Query Languages",
O.P. Buneman et al, ACM Trans Database Sys 7(2):164-186 (June
1982)].

(1995-04-27)
gt/sql
(foldoc)
GT/SQL

An SQL pre-processor from Greystone Technologies
which combines MUMPS code with SQL code and generates code
that can work with a database from both the MUMPS and SQL
perspectives. This is often done when a database is to be
made available in a client/server environment, where the
MUMPS database serves one or more SQL clients.

(1995-01-10)
iql
(foldoc)
IQL

An object-oriented deductive language/database system.
microsoft sql server
(foldoc)
Microsoft SQL Server

A relational database management system (RDBMS)
which is part of Microsoft's BackOffice family of
servers. SQL Server was designed for client/server use
and is accessed by applications using SQL. It runs on
Windows NT version 3.5 or higher and is compliant with the
ANSI SQL-92 and FIPS 127-2 SQL standards.

SQL Server supports symmetric multiprocessing hardware;
SNMP, ODBC, and major open standard communications
protocols. It has Internet integration, data
replication, and data warehousing features.

Microsoft SQL Server was originally developed by {Sybase
Corporation} but the cooperation was broken sometime [when?]
before version 6.0.

(http://microsoft.com/sql).

Usenet newsgroup: news:comp.databases.ms-sqlserver.

(2001-04-27)
mimer sql
(foldoc)
Mimer SQL

A relational database management system, free for
non-commercial use, developed by the Swedish company {Upright
Database Technology AB}.

Mimer Home (http://developer.mimer.com).

(2002-06-03)
mysql
(foldoc)
MySQL

/mi: S Q L/ The most popular open source
relational database management system. MySQL is developed,
distributed, and supported by MySQL AB.

MySQL was named after co-founder Monty Widenius's daughter,
My. It was originally written as a backwards compatible
replacement for mSQL. It is written in C, C++ and
yacc. It has become popular for use in web applications.

MySQL supports a broad subset of ANSI SQL 99 and features
views, stored procedures, triggers, cursors,
replication, internationalisation and localisation,
partitioning, ACID transactions. MySQL can be embedded in
other systems or run on a cluster for fault tolerance. A
commercial version, MySQL Enterprise is available.

MySQL Home (http://mysql.com/).

(2009-05-11)
mysql ab
(foldoc)
MySQL AB

The Swedish company that developes, distributes and
supports the MySQL open source rdbms. MySQL AB is a
subsidiary of Sun Microsystems, themselves acquired by
Oracle Corporation on 2009-04-20.

(2009-05-11)
nfql
(foldoc)
NFQL

["NFQL: The Natural Forms Query Language", D. Embley, Trans
Database Sys 14(2):168-211 (June 1989)].
object-oriented sql
(foldoc)
Object-oriented SQL
OSQL

(OSQL) A functional language, a superset of
SQL, used in Hewlett-Packard's OpenODB database
system.

(1994-11-29)
osql
(foldoc)
Object-oriented SQL
OSQL

(OSQL) A functional language, a superset of
SQL, used in Hewlett-Packard's OpenODB database
system.

(1994-11-29)
pl/sql
(foldoc)
Procedural Language/SQL
PL/SQL

(PL/SQL) Oracle Corporation's proprietary
procedural language extension of industry-standard SQL.

[Features? Reference? Any relation to PL/I?]

(1999-09-14)
postgresql
(foldoc)
PostgreSQL

/'post-gres-kyu-el/ An enhancement of the
POSTGRES database system.

PostgreSQL is an advanced {relational database management
system} with some object oriented approaches. PostgreSQL is
developed and distributed as free software, and while
retaining its freedom it remains technically and featurewise a
worthy competitor to even the most advanced commercial
alternatives.

It was also one of the first databases to offer MVCC as
opposed to row-level locking or table locking, thereby
greatly improving multi-user performance.

PostgreSQL implements an extended subset of ANSI SQL and
runs on many platforms. It also has interfaces to many
different programming languages and database protocols,
like ODBC and JDBC.

(http://postgresql.org/).

(1999-09-18)
procedural language/sql
(foldoc)
Procedural Language/SQL
PL/SQL

(PL/SQL) Oracle Corporation's proprietary
procedural language extension of industry-standard SQL.

[Features? Reference? Any relation to PL/I?]

(1999-09-14)
ql
(foldoc)
QL

(Quantum Leap) Sir Clive Sinclair's first
Motorola 68008-based personal computer, developed from
around 1981 and released about 1983. The QL ran Sinclair's
QDOS operating system which was the first multitasking
OS on a home computer, though few programmers used this
feature. It had a structured, extended BASIC and a suite of
integrated application programs written by Psion. It
featured innovative "microdrives" which were random-access
tape drives. It was not a success.

The microdrives were innovative but probably a mistake.
Though reliable and quite quick, they sounded like they were
going to jam and explode, releasing a shower of plastic
shavings and tape into your face.

The QL and QDOS only supported two graphics modes - ominously
named high res and low res. High res had four (fixed) colours
at a resolution of 512 by 256 pixels. Low res had 8 colours
(black, blue, red, magenta, green, cyan, yellow, white) plus a
flash mode with 256 by 256 pixels. The sound was next to
useless - single channel single oscillator with various
parameters for fuzz, pitch change. There was one internal
font, scalable to 2 heights and 3 widths.

Peripherals and enhancements included a GUI on a plug-in
ROM, accelerator cards (Motorola 68020, 4 MB RAM), {floppy
disks} and hard disks.

In 1996 there is still some interest in the QL, spread by the
Internet of course. Emulation software, source code, "The
QL Hackers Journal" and similar are still available, and many
QLs are on the net.

(http://imaginet.fr/~godefroy/english).

(1996-08-01)
qlambda
(foldoc)
Qlambda

A LISP by Richard Gabriel and John McCarthy.

["Queue-based Multi-processing Lisp", R. Gabriel &
J. McCarthy, Proc 1984 Symp Lisp and Functional Prog,
pp. 25-44].

(1999-10-12)
qlisp
(foldoc)
QLISP

1. SRI 1973. General problem solving, influenced by PLANNER.
QA4 features merged with INTERLISP.

["QLISP - A Language for the Interactive Development of
Complex Systems", E. Sacerdoti et al, NCC 45:349-356, AFIPS,
1976].

2. A parallel LISP.

["Qlisp", R. Gabriel et al in Parallel Computation and
Computers for AI, J. Kowalik ed, 1988, pp.63-89].

(1999-10-12)
qlog
(foldoc)
QLOG

A version of Prolog implemented in Lisp which allows
Prolog programs to call Lisp and vice versa.

["QLOG - The Programming Environment for Prolog in LISP",
H.J. Komorowski in Logic Prgramming, K.L. Clark et al eds,
Academic Press 1982].

(1995-01-25)
red brick intelligent sql
(foldoc)
Red Brick Intelligent SQL
RISQL

(RISQL) A vendor-specific extension to SQL
designed specifically for business managers. It augments SQL
with a variety of operations appropriate to data analysis and
decision support applications such as ranking, moving
averages, comparisons, market share, this year vs. last year,
etc. It was developed to simplify the creation of complex
business queries.

{Home
(http://redbrick.com/products/white/papers/risql/risql.html)}.

(1998-10-15)
risql
(foldoc)
Red Brick Intelligent SQL
RISQL

(RISQL) A vendor-specific extension to SQL
designed specifically for business managers. It augments SQL
with a variety of operations appropriate to data analysis and
decision support applications such as ranking, moving
averages, comparisons, market share, this year vs. last year,
etc. It was developed to simplify the creation of complex
business queries.

{Home
(http://redbrick.com/products/white/papers/risql/risql.html)}.

(1998-10-15)
sql
(foldoc)
SQL
Structured Query Language

/S Q L/ An industry-standard
language for creating, updating and, querying {relational
database management systems}.

SQL was developed by IBM in the 1970s for use in System R.
It is the de facto standard as well as being an ISO and
ANSI standard. It is often embedded in general purpose
programming languages.

The first SQL standard, in 1986, provided basic language
constructs for defining and manipulating tables of data; a
revision in 1989 added language extensions for {referential
integrity} and generalised integrity constraints. Another
revision in 1992 provided facilities for schema manipulation
and data administration, as well as substantial enhancements
for data definition and data manipulation.

Development is currently underway to enhance SQL into a
computationally complete language for the definition and
management of persistent, complex objects. This includes:
generalisation and specialisation hierarchies, {multiple
inheritance}, user defined data types, triggers and
assertions, support for knowledge based systems,
recursive query expressions, and additional data
administration tools. It also includes the specification of
abstract data types (ADTs), object identifiers, methods,
inheritance, polymorphism, encapsulation, and all of the
other facilities normally associated with object data
management.

The emerging SQL3 standard is expected to be complete in
1998.

According to Allen G. Taylor, SQL does __not__ stand for
"Structured Query Language". That, like "SEQUEL" (and its
pronunciation /see'kw*l/), was just another unofficial name
for a precursor of SQL. However, the IBM SQL Reference manual
for DB2 and Craig Mullins's "DB2 Developer's Guide" say SQL
__does__ stand for "Structured Query Language".

SQL Standards (http://jcc.com/sql_stnd.html).

{An SQL parser
(ftp://ftp.ora.com/published/oreilly/nutshell/lexyacc/)} is
described in "Lex & Yacc", by Levine, Mason & Brown published
by O'Reilly.

{The 1995 SQL Reunion: People, Projects, and Politics
(http://mcjones.org/System_R/SQL_Reunion_95/)}.

["A Guide to the SQL Standard", C.J. Date, A-W 1987].

["SQL for Dummies", Allen G. Taylor, IDG Books Worldwide].

(2005-11-17)
sql access group
(foldoc)
SQL Access Group

The origanisaton which defined Call-Level Interface,
on which ODBC is based. It is now part of X/Open.

[Address, details?]

(1995-11-05)
sql module language
(foldoc)
SQL Module Language

A language used to interface other languages (Ada, C,
COBOL) to SQL-based DBMSes. It is an ANSI standard.

Version: Ada/SAME by Informix.

(1994-11-23)
sql server
(foldoc)
SQL Server

(Note capitalised)

1. Sybase Adaptive Server Enterprise.

2. Microsoft SQL Server.

(2003-07-02)
SQL server

(Note not capitalised) Any {database management
system} (DBMS) that can respond to queries from clients
formatted in the SQL language.

Two popular examples are Microsoft SQL Server and {Sybase
SQL Server}.

(1997-12-07)
sql/ds
(foldoc)
SQL/DS

A database package from IBM including a relational DBMS.
sql2
(foldoc)
SQL2

An extended version of the
SQL standard.

(1995-03-20)
sql3
(foldoc)
SQL3

A draft standard for another
extension of SQL. The latest SQL3 Working Draft addresses
the requirement for objects and "object identifiers" in SQL
and also specifies supporting features such as
encapsulation, subtypes, inheritance, and
polymorphism.

In the USA, SQL3 is being processed as both an ANSI Domestic
("D") project and as an ISO project. It is expected to be
complete in 1998.

{November 1992 paper
(ftp://speckle.ncsl.nist.gov/isowg3/dbl/BASEdocs/sql3overview.txt)}.

Working draft (ftp://gatekeeper.dec.com/pub/standards/sql/).

[ISO/IEC SQL Revision. ISO-ANSI Working Draft Database
Language SQL (SQL3), Jim Melton - Editor, document ISO/IEC
JTC1/SC21 N6931, ANSI, July 1992].

[Current Status?]

(2002-04-21)
sqlwindows
(foldoc)
SQLWindows

A package used to graphically develop
MS-Windows client-server applications. Sold by Gupta
Corporation.

(http://wji.com/gupta/w1000030.html).
Demos FTP (ftp://wji.com/gupta/sqlw.demodisk/).

(1995-07-05)
sybase sql server
(foldoc)
Adaptive Server Enterprise
Sybase SQL Server

(ASE) The relational database management system that
started life in the mid-eighties [first release?] as "Sybase SQL
Server". For a number of years Microsoft was a Sybase
distributor, reselling the Sybase product for OS/2 and (later)
Windows NT under the name "Microsoft SQL Server".

Around 1994, Microsoft basically bought a copy of the {source
code} of Sybase SQL Server and then went its own way. As
competitors, Sybase and Microsoft have been developing their
products independently ever since. Microsoft has mostly
emphasised ease-of-use and "Window-ising" the product, while
Sybase has focused on maximising performance and reliability,
and running on high-end hardware.

When releasing version 11.5 in 1997, Sybase renamed its
product to "ASE" to better distinguish its database from
Microsoft's. Both ASE and MS SQL Server call their query
language "Transact-SQL" and they are very similar.

Sybase SQL Server was the first true client-server RDBMS
which was also capable of handling real-world workloads. In
contrast, other DBMSs have long been monolithic programs; for
example, Oracle only "bolted on" client-server functionality
in the mid-nineties. Also, Sybase SQL Server was the first
commercially successful RDBMS supporting stored procedures
and triggers, and a cost-based query optimizer.

As with many other technology-driven competitors of Microsoft,
Sybase has lost market share to MS's superior marketing,
though many consider it has the superior system.

(http://sypron.nl/whatis_ase.html).

(2003-07-02)
watcom sql
(foldoc)
Watcom SQL

A family of databases from {Watcom
International}, based on scalable technology and a SQL
database engine. Version 4.0 adds stored procedures and
triggers. It is designed for environments ranging from
large departmental networks with a diverse range of PC client
systems, to peer-to-peer workgroups, to stand-alone PCs.
It is available in stand-alone versions for {Microsoft
Windows}, Windows NT, OS/2 and MS DOS; and multi-user
network server versions for Microsoft Windows, Windows NT,
OS/2, NetWare NLM and MS DOS.

(1995-04-18)
whql
(foldoc)
Windows Hardware Quality Labs
WHQL

(WHQL) A Microsoft body that produces and
supports the Microsoft Hardware Compatibility Test kit for
current Microsoft operating systems. Products are tested
with the kit to ensure that they meet Microsoft standards for
compatibility with Windows and to qualify to use the
"Designed for Microsoft Windows" logos.

(http://microsoft.com/hwdq/hwtest/).

(2002-11-13)
faql
(jargon)
FAQL
/fa'kl/, n.

Syn. FAQ list.
cql
(vera)
CQL
Cassandra Query Language
dql
(vera)
DQL
Database Query Language (DB)
hql
(vera)
HQL
Hibernate Query Language
isql
(vera)
ISQL
Interactive Structured Query Language
nosql
(vera)
NOSQL
Not Only SQL (SQL), "NoSQL"
oql
(vera)
OQL
Object Query Language (ODMG)
osql
(vera)
OSQL
Object-Structured Query Language (DB, SQL, OODBMS)
pisaql
(vera)
PISAQL
PISA/Query Language (PISA), "PISA/QL"
ql
(vera)
QL
Query Language
qlc
(vera)
QLC
Quadruple Level Cell (Flash)
qld
(vera)
QLD
Queuing Literature Database (DB)
qli
(vera)
QLI
Query Language Interpreter
qllc
(vera)
QLLC
Qualified Logical Link Control [protocol] (IBM)
rdql
(vera)
RDQL
Resource Description Query Language (RDF, HP, Java)
sfql
(vera)
SFQL
Structured Full-text Query Language
sparql
(vera)
SPARQL
???
sql
(vera)
SQL
Structured Query Language (ISO 9075, DB, 4GL)
sqlcli
(vera)
SQLCLI
SQL Call Level Interface (SAG, SQL), "SQL/CLI"
sqlda
(vera)
SQLDA
Structured Query Language Descriptor Area (SQL)
sqldmo
(vera)
SQLDMO
SQL Distributed Management Objects (MS, SQL Server, OLE, DB)
sqlds
(vera)
SQLDS
Structured Query Language/Data System (IBM, VMS), "SQL/DS"
sqlj
(vera)
SQLJ
Structured Query Language - Java (SQL, Java, DB, ANSI, NCITS)
sqlmed
(vera)
SQLMED
Structured Query Language / Management of External Data (SQL,
ISO, IEC), "SQL/MED"
sqlxml
(vera)
SQLXML
Structured Query Language / eXtensible Markup Language (SQL, XML,
ISO, IEC), "SQL/XML"
tmql
(vera)
TMQL
Topic Map Query Language (XTM, TMCL)
whql
(vera)
WHQL
Windows Hardware Quality Lab (MS, Windows, PC97)
wql
(vera)
WQL
WMI Query Language (MS, Windows, WMI)
xql
(vera)
XQL
XML Query language (XML)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4