What is similarity and difference between truncate and delete in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is cross join in sql server joins?
What are different types of constraints?
Explain couple pf features of SQL server
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
what are the limitations of parameters in a storedprocedure
Where are sql server user names and passwords stored in sql server?
What is normalization according to you and explain its different levels?
what is the importence of the trigger in sqlserver2000?
What is a job?
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
What are the system database in sql server 2005?
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
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)