Answer Posted / sush4
SQL is called as a non Procedural language because the programmer or the user only specify what is needed and not tell the compiler how to do it, as done in Procedural language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is NOT NULL Constraint in sql server 2012?
List the types of recovery model available in sql server?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is the contrast between sql and mysql?
How can I create a report based on a query? : sql server management studio
How to delete a database in ms sql server?
What do you mean by sql server agent?
What happens if null values are involved in arithmetic operations?
What is the difference between a view and a stored procedure?
Define constraints and give an example of their use?
What are the disadvantages of indexes?
What are the reporting services components?
What is precedence constraint?
What is the recovery model?
What is a join in sql? What are the types of joins?