- How Does Sybase know to what extent a transaction has to be rolled back ? sybase rollback thr transaction upto where it begins(that is to Begn commit)
- How do you check whether the rollback was correct? By checking the @@trancount value before rollback statement execute How to import table using “INSERT” statement?insert tablename (column list) select [column list] from table name1
- How do you select unique rows using Sybase? using Distinct keyword
- How many database Sybase 11 have ,list out with explanations?four.Master,Model,sybsystemprocs,tempdb
- What is Roll Forward and Roll Back? Roll forward : commited transaction not written to data area are rolled forward into the data.Roll back:uncommited transaction rollback all data modification done with in transaction are reversed
- What is Dirty reads and how its differ from Phantom reads? when one transaction reads a set of rows that satisfy a search condition, and then a second transaction modifies the data (through an insert, delete, update, and so on). If the first transaction repeats the read with the same search conditions, it obtains a different set of rows.
- How will you Restart and Exit on while loop? continue,break
- How many columns can table have? 250
- Give me the syntax for creating user-Defined Datatypes? sp_addtype type_name,system_type,{nullnot nullidentity}
- How shall I simulate from level 0 to level 3 in Isolation? using holdlock
- Can I explicitly insert a value in a Identity column? set identity_insert on
- Can I change the data type of column ? yes using modify keyword
- What is isnull function? It substitues a specified value for a null value in a column in a query or an aggregate function
Saturday, July 19, 2008
Sybase interview questions SET III:
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment