how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
2186write a c++ program to add a user to mysql.the user should be permitted to only "insert" into the given database
3 6909What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine
1 3673Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?
4604I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
3892when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field
1 3211I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks
2 5149
How to add a new column to an existing table in mysql?
What is the difference between myisam dynamic and myisam static in mysql?
What does the file with the extension: frm, myd, and myi contain?
What do we use to remove duplicate records while fetching a data in mysql ?
What are numeric data types?
What is row level locking in access?
Is mysql a good database?
What is the difference between timestamp and datetime in mysql?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
How do I run mysql without installing?
What is the use of count function in mysql?
What is the difference between float and double?
What is offset limit?
What is the datatype of image in mysql?
How many mysql connections can handle?