How do I view a procedure in sql?
Answer / Veependra Singh
"View Procedure": To view the definition of a stored procedure, you can use the sp_help or SHOW CREATE PROCEDURE command. Here's an example using MySQL:
SHOW CREATE PROCEDURE CalculateAverage
| Is This Answer Correct ? | 0 Yes | 0 No |
what are rollup and cube in t-sql? : Transact sql
i have a table with fields(id,name,accnt_type)and in account type are FD,SAVING,RD. Write a query to get How many number of People are in each type of Account?
How exception handling is done in advance pl/sql?
My select statement is not working as expected, So, to overcome from such issues what are the steps needed to be taken care?
What is the use of cursor ? how cursor allocate context area for executing the sql statement?
how to decrement dates by 1 in mysql? : Sql dba
Is nosql relational?
List out the acid properties and explain?
what is a record in a database ? : Sql dba
i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id. pls give me answer. i want urgent
Which one is the Best approach to put code, among Triggers and Procedures? Explain?
What is indexing in sql and its types?
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)