Glossary entry (derived from question below)
Spanish term or phrase:
tablas de búsqueda
English translation:
lookup tables
- The asker opted for community grading. The question was closed on 2010-07-31 00:54:09 based on peer agreement (or, if there were too few peer comments, asker preference.)
Spanish term
Tablas de búsqueda
"El Sistema soporta la definición de una fórmula de cálculo por KPI, basados en campos de datos de los archivos de entrada o información externa (ej; Tablas de búsqueda)"
Context 2:
"La Solución soporta Mapeo complejo usando Tablas de Búsqueda (Look Up)"
I've found the terms "Search tree" and "Hash table" but am not sure if these are too specific.
4 +5 | lookup tables | David Russi |
Jul 31, 2010 05:31: David Russi changed "Edited KOG entry" from "<a href="/profile/0">'s</a> old entry - "Tablas de búsqueda"" to ""lookup tables""
Proposed translations
lookup tables
Lookup table - Wikipedia, the free encyclopedia
Lookup tables are also used extensively to validate input values by matching against a list of valid (or invalid) items in an array and, in some programming ...
History - Examples - Other usage of lookup tables - See also
en.wikipedia.org/wiki/Lookup_table - Cached - Similar
#
HTML Tables - HTML Codes and entities
Snowboard Holiday Booking · One free site via this link! Link2Me Free Link Exchange · Compare Mobile Phones. A simple guide to ascii ...
www.lookuptables.com/ - Cached - Similar
#
Common Lookup Tables
Reducing data access code: Rather than using separate data access procedures, with such common lookup tables developers can now write a single all ...
www.projectdmx.com/dbdesign/lookup.aspx - Cached - Similar
#
MySQL :: MySQL Data Loading with Lookup Tables
Lookup tables contain, in general, a fixed list of data. This data doesn't change very often in database business applications. Examples of this data could ...
dev.mysql.com/.../ebonat-sql-data-loading-with-lookup-tables.html - Cached - Similar
#
Lookup Table Madness - SQLServerCentral
Mar 24, 2006 ... Many "lookup" tables tend to look something like these examples: ... *For the record, I don't like the term "Lookup" tables, nor any of its ...
www.sqlservercentral.com/articles/Advanced/.../1464/ - Similar
agree |
Cinnamon Nolan
: Also "look-up tables", especially in the UK (although it is always Oracle SQL lookup tables).
1 hr
|
Thanks!
|
|
agree |
Lanna Rustage
: agree
3 hrs
|
Thanks!
|
|
agree |
Gene Selkov
5 hrs
|
Thanks!
|
|
agree |
neilmac
: My EDI clients here call them "lookups" in Spanglish ...
6 hrs
|
Thanks!
|
|
agree |
Alberto Odor
: Alberto
12 hrs
|
Thanks!
|
Discussion
Those other terms you have found are the names of the real "search tables"-- the data structures requiring iteration or other simple algorithms to be executed in order to find an item.