How do you get all records from 2 tables. Which join do you use?

Answer Posted / sri

UNION ALL

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which tcp/ip port does sql server run?

540


What is varchar data type in sql?

527


How do you delete data from a table?

548


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3357


what is dbms? : Sql dba

548






i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5

3214


how would concatenate strings in mysql? : Sql dba

577


How do you create a db file?

528


What are the types of join and explain each?

588


Why function is used in sql?

528


Do we need to rebuild index after truncate?

534


What are stored procedures in mysql?

572


what is a primary key? : Sql dba

559


What is the left table in sql?

525


Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)

543