- To convert from code into plain text.
- To convert from a scrambled electronic signal into an interpretable one.
- To extract the underlying meaning from: decode a complex literary text.
|
Results for decode
|
On this page:
|
(1) To convert coded data back into its original form. Contrast with encode.
(2) Same as decrypt. See cryptography.
The verb has one meaning:
Meaning #1:
convert code into ordinary language
Synonyms: decrypt, decipher
Antonym: encode (meaning #1)
| This article is orphaned as few or no other articles link to it. Please help introduce links in articles on related topics. (July 2006) |
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,
[default_return_value])
If expression1 equals value1 then return_value1 is returned by DECODE function, and if expression1 equals value2 then return_value2 is returned and so on…..
The optional default_return_value is returned if expression1 does not match with any of (value1, value2, ..., valueN).
In short
IF expression1 = valueN THEN return_valueN ELSE default_return_value
Example:
DECODE (day_id,
'1', 'Monday',
'2', 'Tuesday',
....
'7', 'Sunday',
'Not Valid')
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Dansk (Danish)
v. tr. - afkode, tyde
n. - afkodet besked
Nederlands (Dutch)
ontcijferen, (een betekenis) leren te begrijpen
Français (French)
v. tr. - décoder, déchiffrer, traduire en clair, (Comput, Ling) décoder, (fig) comprendre, expliquer
n. - décodage
Deutsch (German)
v. - dekodieren, dechiffrieren, entschlüsseln
n. - entschlüsselter Code
Ελληνική (Greek)
v. - αποκωδικογραφώ, αποκρυπτογραφώ
Italiano (Italian)
decodificare
Português (Portuguese)
v. - decifrar
Русский (Russian)
расшифровывать, декодировать
Español (Spanish)
v. tr. - descifrar, descodificar
n. - descifrador, descodificador
Svenska (Swedish)
v. - dechiffrera, avkoda
中文(简体) (Chinese (Simplified))
解码, 译解, 译码器
中文(繁體) (Chinese (Traditional))
v. tr. - 解碼, 譯解
n. - 解碼器
한국어 (Korean)
v. tr. - (암호 등을) 해독하다
n. - 암호 해독
日本語 (Japanese)
v. - 翻訳する, 復号する, 暗号を翻訳する
العربيه (Arabic)
(فعل) يحل رموز شيفرة, يترجم رموز شئ
עברית (Hebrew)
v. tr. - פיענח צופן
n. - מסר מוצפן שעבר פענוח
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
Join the WikiAnswers Q&A community. Post a question or answer questions about "decode" at WikiAnswers.
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2008 Computer Language Company Inc. All rights reserved. Read more | |
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "DECODE". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned In: