Latest Answer: sequence handle is a concept by which we can provide a auto a auto genrated key to database like we have to provide primary key that is unique then we can use the squence ...
Latest Answer: Sub queries in MySQL handled nested way, You can see the example and understand yourself -SELECT name, headofstate, population FROM Country WHERE population=(SELECT MAX(population) FROM Country); ...
Latest Answer: Reload privileges are mainly used when a new user is created andyou want to apply the changes without re starting Mysqlsyntax to use:mysql -u username -ppassword -e"flush privileges"; ...
Latest Answer: ans of this question is given above ...
Latest Answer: int varchar char date double long etc are available for mysql ...
Latest Answer: CREATE TRIGGER `tgr_name` AFTER UPDATE ON `addresses` FOR EACH ROW begin update products set countryName = new.countryName where products.shippingAddressId = old.id;end; ...
1. How to create the stored procedures in mysql and it will be write on where?2. Difference between SQL stored procedures, MYSQL stored procedures, SQL Server stored procedures?
Latest Answer: really good question ...
View page << Previous 1 2 3 [4] 5 Next >>

Go Top