Common SQL Statements
Adding Comments to SQL Statements In line comment start with two –, example Select StudentName from Student where ID=’5′ –This shows student name with student ID 5; Block or Multi-Line…
Great minds discuss ideas; learned minds share knowledge!
Adding Comments to SQL Statements In line comment start with two –, example Select StudentName from Student where ID=’5′ –This shows student name with student ID 5; Block or Multi-Line…