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 10817write 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 7535
What are different types of tables in sql?
How do I import a csv file into postgres?
What is rds instance?
How to run sql functions in pl/sql?
What is difference between ms sql and mysql?
How do you display the list of all collections of current database?
How can you find dead processes?
How do you know if a relationship is 2nf?
What is a correlated sub-query? : sql server DBA
How do I start mysql in ubuntu?
What is difference between view and materialized view?
Explain what is use of dbcc commands?
How to call a stored function with parameters?
What are the advantages of manual database?
How to save space when inserting rows monotonically?