difference between SQL and C

Answer Posted / ramyagurrala

There is no relation between sql and C.

Where as sql(structured query language) related to database.Where as C does not related to database.

SQL is nonprocedural language,where as C is an procedural programming language.

To solve a problem in procedural language, you have to write a procedure that performs one operation after another until the task is complete.SQL is non procedural. To solve a problem with SQL,instead of telling the system how to get you what you want, you simply tell it what you want.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are inbuilt functions in sql?

588


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

676


Explain what is a database?

641


Which certification is best for sql?

530


How do I quit sql?

487






What do you understand by pl/sql records?

526


What is snowflake sql?

571


How do you update a table in sql?

515


Explain about various levels of constraint.

517


What does the hierarchical profiler does?

563


How can a pl sql block be executed?

522


How to test for null values?

598


Explain 3 basic parts of a trigger.

826


What is your daily office routine?

1799


give the syntax of grant and revoke commands? : Sql dba

607