how to get rank of diffrent student in same table based on newly inserted row in sql server2008
ABC,
4 5911can any one post me, how to remove rows in the below table ENO ENAME EDEPT ELOC 3368 BPS BI Adayar 3371 RAN BI valachari 3369 SRI BI valachari 3372 jay BI Chn - - - - - - - -
2 3136can any one say how to update the following senario
I have a table
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What are the basic functions for master, msdb, model, tempdb databases?
How do I find sql server instance name?
Explain how many types of relationship?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
What is the difference between a "where" clause and a "having" clause?
How to create a testing table with test data in ms sql server?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
How to write an inner join with the where clause in ms sql server?
How to send a ssrs report from ssis?
How except clause is differs from not in clause?
Why are views required in the sql server or in any other database?
What is difference between drop truncate and delete?
What are the triggers in sql?