answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you use c program?

Compile, link and execute them.


How do you write an sh in different languages?

In Python: Use the subprocess module to execute shell commands by calling subprocess.run(['sh', '-c', 'your_command_here']). In JavaScript: Use Node.js child_process module to execute shell commands by calling child_process.exec('your_command_here', callback_function). In Ruby: Use the system method to execute shell commands by calling system('sh -c your_command_here').


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++


Cannot execute c docume1admini1locals1temprarex00.625setupexe?

That's sad.


How a c program execute?

Compile and link it into an executable.


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.