What is triggers and stored procedures?
Answer / Sanjeev Suman
A stored procedure is a prepared SQL code that can be called and reused as needed, and it returns no result set. A function, on the other hand, is a prepared SQL code that returns a single value or a table (in SQL Server) and can also be used within SELECT statements. In PL/SQL, functions must return a value but can have side effects through their implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about Views?
What do you mean by a dependent functionality in a build?
How to delete the duplicate rows from a table in SQL Server ??
Explain sql server service broker?
What is the purpose of sql profiler in sql server? : sql server database administration
How to connect ms access to sql servers through odbc?
what r steps to we need to fallow b4 kill the process?
What is optimization and its types?
How to drop an existing schema in ms sql server?
What is autocommit mode in sql server?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
create table with fields ID, reserved_by,res_date res_date is datefield like 2010-03-09 00:00:00.000 from 2005 to 2006 any date assume based on res_date need to slect table and display based on month (full jan details in database irrespective of date and year
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)