Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.
3 6461Fname Lname City Pin ramesh kumar salem 365241 Query to generate a code having the firstletter of Fname,Lname & 3letter of city Last 3letter of pin,all in capital letters
3 5375
What is the data type for file in mysql?
In mysql, what is the default storage engine?
what is constraints?
What is use command in mysql?
Does adding an index lock a table?
What is the current version of 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
What causes mysql too many connections?
What are the differences between char and nchar?
Is oracle better than mysql?
What is the full meaning of mysql?
Can I use mysql for free?
What is the difference between database and table?
How triggers can be used in mysql?
Is mysql open source?