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
How much does sql server 2016 cost?
What are the advantages of using stored procedures in sql server?
What are the different authentication modes in sql server? How can it be changed?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
How to change the name of a database user?
What is raiseerror? What is raiseerror?
Do you know clustered and non-clustered index?
What are the properties of the relational tables?
Can sub report data source be different from that of the parent report?
Is sql different from sql server?
Define tempdb database?
Tell about MOM Tool(Microsoft Operator Manager)?
What is plan freezing?
How to drop an existing schema in ms sql server?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible