Transactions are used to treat sets of SQL statements atomically. State Whether True or False?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What does do in mysql?

0 Answers  


How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.

0 Answers  


How can you retrieve a portion of any column value by using a select query?

0 Answers  


How to represent ENUMs and SETs internally?

0 Answers  


How can I create table in mysql?

0 Answers  






How can we get the number of rows affected by query?

0 Answers  


if we want to load data from a text file into a mysql table, but the columns in table are 1st: code(int) and 2nd: city(varchar), but in text file the format is 1st cityname and then code separeted by delimeters. how to load?

2 Answers  


How can I see mysql database?

0 Answers  


What are the security alerts while using mysql?

0 Answers  


What is data node in mysql cluster?

0 Answers  


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

0 Answers  


How do I stop a query in mysql workbench?

0 Answers  


Categories