answersLogoWhite

0

What is the use of execute non query in c?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

It is not C, it's SQL. Non-query means DML (INSERT, UPDATE, DELETE) and DDL (eg CREATE TABLE).

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of execute non query in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use c program?

Compile, link and execute them.


What is runtime in c?

when we execute the program.


Why you use main function in c?

Because if you donot use main function in c program, the compiler willnot execute the program.C compiler starts execution from main function itself.


Why you use FOR LOOP in C language?

For LOOP is used, when you want to execute a specific block of code for specific number of times.


What is structure and union?

Structure is a query that is used in language c++


How a c program execute?

Compile and link it into an executable.


Cannot execute c docume1admini1locals1temprarex00.625setupexe?

That's sad.


How do you execute the statement repeatedly with out using whileloop in c?

for (;;) ...statement...;


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


How many files are created in c when we execute a program?

Zero or more.


How do you open a dos command prompt?

Just write the name of that program. For example, if you want to execute abc.exe under c drive then just execute following commands: c:\> abc and press enter.


How do you compile and execute a C program from a command prompt in turboc compiler in 32 bit XP?

C:> TCC.EXE foobar.c C:> foobar.exe