what is JOIN? Give example & types of join?
Answer Posted / muthu malai.g
join is used to retrive the datas from more than one
tables.types are inner join,outter join,cross join,equity
join,non equity join
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to load a csv file into a table
How do I drop a database in mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How we can get the current date in mysql?
Write a query to fetch duplicate records from a table using mysql?
write a command to view the content of the table
What do you mean by % and _ in the LIKE statement?
How to change the database engine in mysql?
How do I select a database in mysql workbench?
What is the maximum number of columns per table?
How do I insert multiple rows in a table?
What is the difference between char and varchar in mysql?
What is difference between pdo and mysqli?
How is myisam table stored?
What is mysql url?