ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Databases  >>  MySQL
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
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.
 Question Submitted By :: Ramesh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 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.
Answer
# 1
SELECT Password
FROM tablename
WHERE Password LIKE 'A%'
AND Length( Password) >=8
AND Length( Password) <=15
 
Is This Answer Correct ?    4 Yes 1 No
Mdeva
[Geni]
 

 
 
 
Other MySQL Interview Questions
 
  Question Asked @ Answers
 
SELECT country,city FROM customers GROUP BY country ORDER BY city DESC HCL3
how to delete duplicate rows in sql server 2005? Reliance1
How do you start and stop MySQL on Windows?  2
What are HEAP tables in MySQL?  1
For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number ?1234?. The query should be able to run under a MySQL 4.0 database.  1
Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44&#8242; ON UPDATE CURRENT_TIMESTAMP.  1
How do you start MySQL on Linux?  3
Explain federated tables? Tech-Mahindra2
what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage ABC3
Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command AMDOC4
What is the difference between mysql_fetch_array and mysql_fetch_object? CTS2
Explain advantages of MyISAM over InnoDB?  1
What is the maximum length of a table name, a database name, or a field name in MySQL?  1
about foregine  2
What is the difference between GROUP BY and ORDER BY in Sql? Renault-Nissan4
Which one of the following is the correct way to select all columns and all rows from "vtable"? Choice 1 SELECT FROM vtable SELF JOIN vtable Choice 2 SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = * Choice 3 SELECT EVERYTHING FROM vtable Choice 4 SELECT vtable.* WHERE vtable = vtable Choice 5 SELECT * FROM vtable WHERE 1 = 1  3
What are the other commands to know the structure of table using MySQL commands except explain command? SigmaTree2
What is the difference between CHAR and VARCHAR data types?  1
Give the syntax of GRANT commands?  1
what is JOIN? Give example & types of join? iMedia8
 
For more MySQL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com