How do I create a stored procedure in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
How to recover from sql injection? : sql server security
How to Update from select query in sql server?
What is the maximum row of a size?
what is the information that can be stored inside a bit column? : Sql server database administration
Diffrences between sql server 2000 vs 2005
How to receive output values from stored procedures?
Security Question- SQL DBA exparts, need your help...
How does clustered and non clustered index work?
What is a table called, if it does not have neither Cluster nor Non-cluster Index?
What is the difference between stored procedure and user defined functions?
write down the code for "how we delete a table without using of Drop command " ?
7 Answers CarrizalSoft Technologies, Sonata,
1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
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)