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
What operators deal with null?
How do I partition a table in sql?
Can we call dml statement in function?
Can a table contain multiple foreign key’s?
What is sqlservr exe?
How do you exit in sql?
What is data profiling in sql?
Explain the structure of pl/sql in brief.
How to test for null values?
What are some emotional triggers?
What is forward declaration in pl sql?
What is a behavioral trigger?
What are triggers and its types?
What is benefit of creating memory optimized table?
What are aggregate and scalar functions?