What is the difference between Triggers and Stored Procedure?
No Answer is Posted For this Question
Be the First to Post Answer
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
Write a SQL command to insert and update only a particular field?
Can we have more than one NULL in a column having unique constraint?
If there is failure during updation of certain rows, what will be the state?
How to create view in stored procedure sql server?
What is model database in sql server?
what are file groups?
what is an sql server?
In which year relase the 7.0& 2000 & 2005?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
What command must you use to include the not null constraint after a table has already been created?
How do I port a number to sql server?
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)