What is DML Compiler?

1 Answer

Answer :

It translates DML statements in a query language into low-level instruction that the query  evaluation engine can understand

Related questions

Description : What is DML (Data Manipulation Language)?

Last Answer : This language that enable user to access or manipulate data as organised by appropriate data model. ∙ Procedural DML or Low level: DML requires a user to specify what data are needed and how to ... : DML requires a user to specify what data are needed without specifying how to get those data.

Description : Say two examples of DML, two of DCL and two of DDL

Last Answer : Say two examples of DML, two of DCL and two of DDL

Description : Write the full forms of the following: (i) DDL (ii) DML -Technology

Last Answer : (i) DDL-Data Definition Language(ii) DML-Data Manipulation Language

Description : What is the full form of DML ?

Last Answer : Full form of DML : Data Manipulation Language.

Description : What is DML ?

Last Answer : DML is: The language used to manage and control all the information in a database is called DML .

Description : What is the function of DML ?

Last Answer : The function of DML is to: Retrieve any data from the database or add new data to the database , delete data or modify etc.

Description : Anything that affects the database schema is a part of A) DML B) DCL C) DDL D) All of the above

Last Answer : D) All of the above

Description : The database schema is written in (A) HLL (B) DML (C) DDL (D) DCL

Last Answer : (C) DDL

Description : DML is provided for (A) Description of logical structure of database. (B) Addition of new structures in the database system. (C) Manipulation & processing of database. (D) Definition of physical structure of database system.

Last Answer : C) Manipulation & processing of database.

Description : DBMS provides the facility of accessing data from a database through (A) DDL (B) DML (C) DBA (D) Schema 

Last Answer : (B) DML

Description : I am having problems with, "C++ for Dummies", can you help me download the compiler?

Last Answer : answer:Why not? Have you even tried to install it? Also, how does your i5 laptop not have a disc drive?

Description : What's the best combiantion C++ Compiler+IDE for windows?

Last Answer : im not a 1337 c++ programmer, but my teacher had us use visual c++ express (you could use visual studio if u wanna pay) for a couple of my classes and it was pretty good as far as formatting and readability

Description : Best C++ compiler and tutorial/book?

Last Answer : Your best bet for a compiler is probably gcc, despite your experience with it. On Linux, you'll need to worry about an editor or IDE as well, and on that I can't really advise you, since I've been using Emacs ... learned C++ (in the days of cfront), the book C++: How to Program was one of the best.

Description : Which is more beneficial a compiler or an interpreter and why? -Technology

Last Answer : Compiler is more bent fi cial than an interpreter for translating a high leve, language program into machine language program because compilation process of a compiler is nearly 5 to 25 times faster than interpreter.

Description : Distinguish between compiler and interpreters. -Technology

Last Answer : CompilerInterpreter1. Compiler takes entire program as input.1. Interpreter takes single instruction as input.2. Conditional control statements execute faster.2. Conditional control statements execute slower.3 ... .6. Intermediate object code is generated.6. No intermediate object code is generated.

Description : Which software takes control of computer system on startup? (a) Compiler (b) Operating system (c) Application software (d) All of these -Technology

Last Answer : (b) Operating system takes control of computer system on startup.

Description : converts high level language into machine language is (a) assembler (b) compiler (c) interpreter -Technology

Last Answer : (d) Both compiler and interpreter are language processors that converts high level language into machine language.

Description : What kind of program is the compiler ?

Last Answer : Compiler Translator Program.

Description : What does the compiler do ?

Last Answer : 1. Translates source program into object program. 2. Link to the program . That means adding the necessary routine to the program . Routine is a small part of the program that is given appropriate ... memory space in the main memory . 5. If necessary, print out the object or source program.

Description : What is the difference between a compiler and an interpreter ?

Last Answer : Compiler vs. Interpreter Compilers and interpreters convert high level presenter language into machine language. The compiler reads and translates the entire program together. But the interpreter reads ... program. Improper editing and modification in the interpreter is easier than in the compiler.

Description : What is a compiler ?

Last Answer : What is a compiler? The compiler reads and translates the entire program together. Both the assembler and the compiler are in Auxilliary Memory . Radam is brought to them when needed. Translating high ... assembler. As a result, the compiler occupies more space for memory. That is called compiler.

Description : What is the problem with the compiler ?

Last Answer : : The disadvantage of the compiler is that since the compiler translates the entire program into an object program at once , its error cannot be detected step by step and therefore cannot be modified immediately.

Description : Differences between Compiler and Interpreter ?

Last Answer : 1) The compiler translates the whole program together. But the interpreter reads one line and translates. 2) Both Compiler and Interpreter display program errors. However, the compiler displays the errors ... programs. 6) It takes less time than Interpreter to execute the program through Compiler .

Description : Which Companion is called Jamiul Qur'an (Qur'an Compiler) ?

Last Answer : Hazrat Uthman Ghani Radiyallahu Anhu is called Jami-ul-Quran.

Description : What is a compiler ?

Last Answer : The compiler is said to translate high-level language source programs into object programs.

Description : C program Compiler What ?

Last Answer : Compile Yes One Kind of Translator Which Hi Level In language Written To the program Machine In language Transformation By

Description : Why is a compiler a necessary part of a computer?

Last Answer : Compilers are only necessary for programmers; ordinary users donot require them. A compiler is a program which converts ahigh-level source input into a lower-level source output, reducingthe amount of abstraction. ... , not increase it. If you want to add more abstraction, youneed to do so manually.

Description : A computer Program that translates one program instruction at a time into machine language is called a/an A) Interpreter B) CPU C) Compiler D) Simulator

Last Answer : Answer : A

Description : A computer program that converts an entire program into machine language is called a/an A) Interpreter B) Simulator C) Compiler D) Commander

Last Answer : Answer : C

Description : A computer program that converts an entire program into machine language at one time is called a/an A) Interpreter B) CPU C) Compiler D) Simulator

Last Answer : Answer : C

Description : What do you call the translator which takes assembly language program as input & produce machine language code as output? A) Compiler B) Interpreter C) Debugger D) Assembler

Last Answer : Answer : D

Description : A Compiler is

Last Answer : Answer : C

Description : The translator program used in assembly language is called A) Compiler B) Interpreter C) Assembler D) Translator

Last Answer : Answer : C

Description : What is a compiler? A) A compiler does a conversion line by line as the program is run B) A compiler converts the whole of a higher level program code into machine code in one step C) A compiler is a general purpose language providing very efficient execution D) None of the above

Last Answer : Answer : B

Description : A compiler is a translating program which A) Translates instruction of a high level language into machine language B) Translates entire source program into machine language program C) It is not involved in program’s execution D) All of above

Last Answer : Answer : D

Description : A ________ is a special program that processes statements written in a particular programming language and turns them into machine language. A. Compiler B. Device Driver C. Assembler D. None of the above

Last Answer : A. Compiler

Description : Which analyses and executes the source code in line-by-line manner, without looking at the entire program? A. Compiler B. Interpreter C. Assembler D. None of the above

Last Answer : B. Interpreter

Description : Which of the following language is the closest to the machine code? A. Compiler B. Interpreter C. Assembler D. None of the above

Last Answer : C. Assembler

Description : Language Translators can be divided into three major categories.They are _________ A. Compiler, Operating System and Assembler B. Compiler, Device Driver and Assembler C. Compiler, Interpreter and System Utility D. Compiler, Interpreter and Assembler

Last Answer : D. Compiler, Interpreter and Assembler

Description : How do you generate documentation from the C# file commented properly with a command-line compiler? 

Last Answer : Compile it with the /doc switch. 

Description : List some compiler directives?

Last Answer : #if #else #elif #endif #define #undef #warning #error #line #region #endregion

Description : How do you generate documentation from the C# file commented properly with a command-line compiler?

Last Answer : Compile it with the /doc switch.

Description : The compiler _ translate a program code with any syntax error: a. Can b. Cannot c. Without d. None of these

Last Answer : b. Cannot

Description : What is Software ? Set of computer programs, procedures and possibly associated document concerned with the operation of data processing. A set of compiler instructions A mathematical formula None of above

Last Answer : Set of computer programs, procedures and possibly associated document concerned with the operation of data processin

Description : A computer program that translates one program instructions at a time into machine language is called a/an a. Interpreter b. CPU c. Compiler d. Simulator

Last Answer : Interpreter

Description : A computer program that converts an entire program into machine language is called a/an a. Interpreter b. Simulator c. Compiler d. Commander

Last Answer : Compiler

Description : A compiler is a translating program which a. Translates instruction of a high level language into machine language b. Translates entire source program into machine language program c. It is not involved in program’s execution d. All of above

Last Answer : All of above

Description : The translator program used in assembly language is called a. Compiler b. Interpreter c. Assembler d. Translator

Last Answer : Assembler

Description : ______ is an application that converts a programming language into a machine language program: a) Converter b) Compiler c) Encryption d) None of These

Last Answer : b) Compiler

Description : If you needed to execute some code repeatedly based on a certain condition, which of the following would you use: a) Compiler b) Loop c) Variable d) None of These

Last Answer : b) Loop