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) What is the difference between Userdefined function and stored procedure? Explain and give the example also
5 10783write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/
2 7520
Explain system functions or built-in functions? What are different types of system functions?
What is sql comments?
Does truncate remove indexes?
How can you enter multi line operations in the mongo shell?
What are user defined functions?
What is Tax Categories?
Provide an explanation about write ahead logging?
What are the ansi data types supported in oracle?
What is the difference between clustered index and primary key?
What is a data source (ds)?
How do you update a sql procedure?
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
what's the maximum size of a row? : Sql server database administration
What are the main benefits of using spfile over pfile?
How to how to convert numeric expression data types using the convert() function??