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
Explain alias in sql?
Can we use distinct and group by together?
What are the types of join in sql?
What is package in pl sql?
Does sql use python?
How does index help in query performance?
how to get a list of columns in an existing table? : Sql dba
What is the most common sql injection tool?
what is cross join? : Sql dba
Is primary key clustered or nonclustered?
What is a ddl command?
Explain autonomous transaction.
How global cursor can be declare with dynamic trigger ?
What is the purpose of design view?
How to add new employee details in an employee_details table with the following details