What is @@Identity in sql?
Answer / deepthi
Is a system function that returns the last-inserted
identity value
Is This Answer Correct ? | 23 Yes | 1 No |
Write a program using SQL queries to find a unique entry in a table.
What does sql server mean?
Does union all remove duplicates?
What is model database in sql server?
Which are the important points to note when multilanguage data is stored in a table?
What is partition in sql server?
What is a field name?
Let’s say the table in the database is named as TBL_Register. The fields in this table include: 1. User_Name, 2. User_Telephone, 3. Register_Date The field Register_Date stores the current date and time of the registration. Write the SQL statement that inserts the data into the table.
Explain the various types of concurrency problem?
What is the difference between lock, block and deadlock? : sql server database administration
How to assign new column names in a view?
What are the system database in sql server 2005?