-
1 limit value
limit value1 MATH Grenzwert mlimit value2 TECH Grenzmaß n -
2 nominal value
nominal value1 STB Nennwert mnominal value2 TECH Nennmaß n, Sollwert m -
3 value
value1 v TECH bewerten (einschätzen, schätzen); einschätzenvalue2 TECH Wert m -
4 value
1. Wert m, Tauschwert m, Valuta f;2. Gegenleistung f, Gegenwert m -
5 value
value1 v GEN schätzen; bewerten, taxieren, bestimmen (estimate value) value2 (val.) 1. ACC Werthaltigkeit f (receivables, securities, Forderungen, Wertpapiere); 2. BANK Valuta f; 3. FIN Substanzwert m; 4. GEN Wert m, Substanz f, Nutzen m (usefulness) • at face value BANK, FIN, STOCK zu pari, zum Nennwert, nominal, zum Nominalwert (synonymous: at par) • get good value for money ECON etw. für sein Geld bekommen • no value declared, NVD IMP/EXP ohne Wertangabe (usefulness, customs) • without value IMP/EXP ohne Wert
См. также в других словарях:
Schéma d'URI — En informatique, un schéma d’URI est le premier niveau de la structure de nommage des identifiants uniformes de ressources (URI). Toutes les URIs sont construites à partir d’un nom de schéma, suivi de deux points (« : ») puis du reste… … Wikipédia en Français
Null (SQL) — The Greek lowercase omega (ω) character is used to represent Null in database theory. Null is a special marker used in Structured Query Language (SQL) to indicate that a data value does not exist in the database. Introduced by the creator of the… … Wikipedia
Parameter (computer science) — In computer programming, a parameter is a variable which takes on the meaning of a corresponding argument passed in a call to a subroutine. In the most common case, call by value, a parameter acts within the subroutine as a local (isolated) copy… … Wikipedia
DECODE — is a single row function in Oracle, which applies conditional logic to SQL queries. This function works very much like an IF THEN ELSE statement.Syntax: DECODE (expression1, value1, return value1, value2, return value2, ... valueN, return valueN … Wikipedia
HTML — For the use of HTML on Wikipedia, see Help:HTML in wikitext. HTML (HyperText Markup Language) Filename extension .html, .htm Internet media type text/html Type code TEXT … Wikipedia
Query string — In the World Wide Web, a query string is the part of a URL that contains data to be passed to web applications such as CGI programs.When a web page is requested via the Hypertext Transfer Protocol, the server locates a file in its file system… … Wikipedia
Insert (SQL) — An SQL INSERT statement adds one or more records to any single table in a relational database. Basic formInsert statements have the following form: * INSERT INTO table ( column1 , [ column2, ... ] ) VALUES ( value1 , [ value2, ... ] )The number… … Wikipedia
Strlen — In the C standard library, strlen is a string function that determines the length of a character string.Example usage #include #include int main(void){ char *string = Hello World ; printf( %lu , (unsigned long)strlen(string)); return 0;}This… … Wikipedia
URI scheme — In the field of computer networking, a URI scheme is the top level of the Uniform Resource Identifier (URI) naming structure. All URIs and absolute URI references are formed with a scheme name, followed by a colon character ( : ), and the… … Wikipedia
Merge (SQL) — A relational database management system uses SQL MERGE (upsert) statements to INSERT new records or UPDATE existing records depending on whether or not a condition matches. It was officially introduced in the SQL:2008 standard. Contents 1 Usage 2 … Wikipedia
HTTP cookie — HTTP Persistence · Compression · HTTPS Request methods OPTIONS · GET · HEAD · POST · PUT · DELETE · TRACE · CONNECT Header fields Cookie · ETag · Location · Referer DNT · … Wikipedia