What is the differecne between equi-join and inner-join and
natural join..Is there any difference or all are same?
Answer Posted / ankita pandey
Equi Join -- Join performed in two tables having a common columna
with shared values in two tables by applying a where condition.
inner Join- Join performed in the same table itself(self join).
| Is This Answer Correct ? | 3 Yes | 19 No |
Post New Answer View All Answers
How to delete duplicate rows from table except one?
How to find Duplicate Records In table?
How many ways to create table-valued functions?
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
What is SQL Azure Federations?
What are sql azure firewall rules?
What is the meaning of resultset type_scroll_insensitive?
When you use @@error and try-catch?
What is explicit mode in sql server?
What is the maximum size of sql server database?
What is user-defined function?
What is a deadlock and what is a live lock?
What is auditing in sql server?
What is the filtered index?
what is a transaction and what are acid properties? : Sql server database administration