Oracle (3253)
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) 1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
2 10785you are provided with the single table having say 4 col ie fname lname age city , now the all records with displying of only fname and lname is required but in this format say my name is abhay khanna it will come like this abhay-khanna rahul-roy gaurav-singh the above format is required
3 5088Create 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.
13 23132
Can we use distinct and group by together?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What are the different SQL Server Versions you have worked on?
What is the current version of postgresql?
What are the different types of subquery?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is self contained sub query?
Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com
do you know how to configure db2 side of the application? : Sql server database administration
How efficient you are in oracle and SQL server?
What is a concurrency problem in dbms?
What is clustered index
Have you created fact table and dimension tables?
What is subquery? Explain the properties of a subquery?
What is the difference between upgrade and migration in sql server?