What is equi join with example?
Answer / Prem Prakash Verma
Equi join is a type of SQL JOIN operation that combines rows from two tables based on a matching condition on the equality (=) operator between common columns in both tables. Here's an example: {"create table A (id int, name varchar(50)); create table B (id int, age int); insert into A values (1, 'John'); insert into A values (2, 'Doe'); insert into B values (1, 25); insert into B values (2, 30); select A.name, B.age from A inner join B on A.id = B.id;}
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is analysis service repository?
What are the various Isolation levels?
Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases?
What are the disadvantages of indexes?
Explain what stored procedure sp_replcounters is used for? : sql server replication
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
What is sql server management studio? : sql server management studio
What is auditing in sql server?
Why use sub query in sql server and list out types of sub queries?
What are subquery and its properties?
Can we write a distributed query and get some data which is located on other server and oracle database?
How will you decide the active and passive nodes?
Oracle (3253)
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)