What is difference between join and natural join?
No Answer is Posted For this Question
Be the First to Post Answer
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 do we have to check in database testing?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
explain different types of jions with examples briefly?
Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement
what are the different types of replication you can set up in sql server? : Sql server database administration
what are different types of backups available in sql server? : Sql server database administration
how to improve the speed of SQL database server and how to avoid dead lock?
plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005
What are partitioned views and distributed partitioned views?
What is precedence constraint?
Explain what is use of dbcc commands?
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)