SQL server Interview Question – Part 4
C# basic course click on: https://www.udemy.com/learn-csharp-with-sagar-jaybhay/ What are the important SQL elements? Following are the different type elements: 1. Identifiers. 2. Data type. 3. Constants. 4. Operators. 5. Functions. 6. Clauses. 7. Expressions. 8. Queries. 9. Statements. What is the difference between Function and Stored Procedure? · User defines functions can be used in the SQL statements in the Where or Having or Select section where as Stored Procedures cannot be used in the SQL statements. · ...