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) 1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
2 10635you 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 4929Create 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 22586
What is data set in report?
What is scrollable cursor?
How to write text literals in oracle?
How do you know if sql server is running on your local system?
How many databases can sql express handle?
Can we take the full database backup in log shipping?
How to enforce security in sql server? : sql server security
What is temporary table in sql server? Why we use temp table?
How do I download mysql?
explain what is raid and what are different types of raid configurations? : Sql server database administration
What does rownum mean in sql?
What are the tools provided in oracle enterprise manager?
Does google use postgresql?
Why is the cursor important?
What do you understand by a database object?