Answer Posted / sunil kumar
Transaction is a logical unit of database processing that
includes one or more database access operation such as
insertion,deletion,modification,retrival.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is information_schema in mysql?
What are enums used for in mysql?
How to display top 10 rows in mysql?
What is mysql data directory? How to determine the location of the data directory?
What is row?
How to convert character strings to numeric values?
What is 'mysqld'?
What is the maximum connection pool size?
How to convert numeric values to character strings?
What is the innodb in mysql?
What are the features of mysql?
What are aggregate functions in mysql?
How to analyze tables with 'mysqlcheck'?
Can mongodb replace 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