Can you select everything, but 1 or 2 fields, without writer's cramp?
What are sql queries used for?
create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?
Do we need to rebuild index after truncate?
What is pessimistic concurrency control? : Transact sql
Is left join inner or outer by default?
What is a sql select statement?
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
Does oracle roll back the transaction on an error?
What is difference between pls_integer and integer?
How to fetch common records from two tables?
What are different sql data types?
What is bulk compiling in pl/sql.?