What steps server process has to take to execute an update statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of index in sql?
Create table emp (id number(9), name varchar2(20),salary number(9,2)); The table has 100 records after table created.Now i nee to change id's Datatype is to be Varchar2(15). now Alter table emp modify(id varchar2(15),name varchar2(20), salary number(9,2)); Whether it will work or returns error? post answer with explanation.
What is the difference between union and union all command?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
what are the limitations of identity column? : Transact sql
How will you select unique values from a list of records?
Can you join a table to itself?
table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.
How will you make performance better for application including front end and back
what is a database lock ? : Sql dba
How to count the no of records of a table without using COUNT function?
If a cursor is open, how can we find in a pl/sql block?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)