Home Answers Viewqa SQL Need help on mySQL 5

 
 


Christopher De Souza
Need help on mySQL 5
2 Answer(s)      3 years and 10 months ago
Posted in : SQL

View Answers

September 2, 2009 at 6:47 PM


dear user
you have to use a nested sql query as given below:-

select word,no_of_searches from animal where no_of_searches=(select max(no_of_searches) from animal);

September 3, 2009 at 1:12 PM


Hi Friend,

Use the following query:

select word,num_of_searches from animals where num_of_searches=(select max(num_of_searches) from animals);

Thanks









Related Pages:
Need help on mySQL 5 - SQL
Need help on mySQL 5  Dear Sir, I'm a beginner of mySQL 5 . I need help on mySQL5 command. This is the table which i created is called... by using Aggregate function(MAX). May i know that what command i need
Help on mySQL 5 command line - SQL
Help on mySQL 5 command line  Dear Sir, I had created a table for mySQL 5 called dictionary as shown below: mysql> select * from dictionary; +----+------+-------------------------? | no | word | explanation | num
help on mySQL 5 command Line - SQL
help on mySQL 5 command Line  Dear Sir, Sorry for my mistake, please ignore the first post of my question I had created a table for mySQL 5 called dictionary as shown below: mysql> select * from dictionary
Need help with this!
Need help with this!  Can anyone please help me... to a file at all at this time. Any help would be greatly appreciated, thank you...(); restart=1; entry = 1; //creating menu while(entry > 0 && entry < 5
Help on JDBC and my SQL 5 database - JDBC
Help on JDBC and my SQL 5 database  Dear Sir, I had create... the connection c = DriverManager.getConnection ("jdbc:mysql... a Jtextfield (txtSearch.getText()) match with mySQL database field
i need a help in this please
i need a help in this please  The factorial of a nonnegative integer n is written n! (pronounced â?? n factorialâ??) and is defined as follows: n!=n... (for n=0) for example, 5!=5.4.3.2.1, which is 120 a) Write an application
Need Help on the script
Need Help on the script  hello there, My name is Femi and am a web... dont know if you can help me out with it. The platform am building will receive a text message and the format of the text message is "shoe, 40, bag, 5, tea,1
need help - Java Beginners
need help  Need help in programming in Java  Simple java...; System.out.print('"'); System.out.println(); } i=5; while(i>=1){ for(j=1;j<=i...;class Stars{public static void main(String[] args){int a = 1, b = 5, c, d, i;while
need help...................please
need help...................please  I have a problem in my JSP Coding... on this area. Please help me. By the way, I'm using access Database and JSP coding... = DriverManager.getConnection( "jdbc:mysql://localhost:3306/test","root","root"); String
Need help to create Struts 2 MySQL based HRMS application.
Need help to create Struts 2 MySQL based HRMS application.   Hi Sir, I am doing my project based on Human Resource Management system using struts 2... given here. Some are working but some are not. Can you please help me to create
PLZ Need some help JAVA...HELP !!
PLZ Need some help JAVA...HELP !!  Create a class names Purchase Each...() method for the sale amount, calculate the sales tax as 5% of the sale amount. also... Purchase{ int invoiceNo; int saleAmount; int saletax=5; double
Java Programming Need Help ASAP
Java Programming Need Help ASAP  You are required to develop..., maths mark, communications mark. You will then need accessor and mutator methods... class that creates an array of Students and handles it. You will need
Need *Help fixing this - Java Beginners
Need *Help fixing this  I need to make this program prompt user... and maybe add retrieve function //need help with this one badly. Thanks guys for all the help. import java.text.*; import javax.swing.*; import java.awt.event.
Need help writing a console program
Need help writing a console program  I need help cant seems to figure it out! Write a program that consists of three classes. The first class... down to (not including) the line that says end data, you will have 5 lines
Create a counter in mySQL 5 database through Java - SQL
Create a counter in mySQL 5 database through Java  Dear Editor... question regarding Java & mySQL 5 database.... Sorry to trouble you once again & your help is appreciated. Thanks
Creating an Encyclopedia using Java & mySQL 5 - Java Beginners
Creating an Encyclopedia using Java & mySQL 5  Dear Editor, I'm... as i need to applied the Java skill to my company. I got a problem of doing.... Please try again? 5. All searches and statistics should be updated
Need help
Need help  Hello... I need some help I have a method which contains 1 string value and i wnat when this method get called den that string value should b assigned as array name.. for example.. i have a method name() which
Need help
Need help  Hello... I need some help I have a method which contains 1 string value and i wnat when this method get called den that string value should b assigned as array name.. for example.. i have a method name() which
Need help
Need help  Dear sir, I have a problem. How to write JSP coding, if a user select a value from drop down list for example department, the another drop.... This name list should get from the database. Please help me. By the way, I'm
need to generate ID
need to generate ID  hai, i need to generate ID i.e when i select... it should generate empID as 5 and i should continue with inserting other values like ename,ecity etc........Plz help   Here is a code that generates id
need to generate ID
need to generate ID  hai, i need to generate ID i.e when i select... it should generate empID as 5 and i should continue with inserting other values like ename,ecity etc........Plz help   Here is a code that generates id
need
need  i need a jsp coding based project plz help me
need help....how to connect and disconnect multiple databases(databases created in mysql) using java and my sql
need help....how to connect and disconnect multiple databases(databases created in mysql) using java and my sql  i am working on a project... such program if u can provide me...plz plz...help i need the idea/code/implementation
need help creating a lift program - Java Beginners
need help creating a lift program  Classes, Methods, Constructors please i need help to create an elevator program Simulating an Elevator write... accordingly. 5. Save and compile the Elevator class. 6. Write a class named
I need your help - Java Beginners
I need your help  For this one I need to create delivery class... 5 kg 12.00 1 5 ? 20 kg 16.50 1 Over 20 kg 22.00 2 Under 5 kg 33.00 2 5 kg... fees=0; if(c==1){ if(w<5){ fees=12.00; } else if((w<20
MySQL Books
are in circulation that can help you get the most of out MySQL. These books... material and code on MySQL 5, PHP 5 and on PHPs object model and validation... and MySQL manual is all you need to start building applications with MySQL-compatible
need help with java program as soon as possible
need help with java program as soon as possible  So my assignment is to write a program that used while loops to perform 6 different things. 1... and secondNum inclusive 4. output all the numbers and their squares between 1 and 10 5
need help pleaseee....i weak in java
need help pleaseee....i weak in java  QUESTION 1 You are required to write an application called Customer Billing System. This system... must be able to hold information for up to 5 customers. Use an array
Need Help with Java-SWING progrmming - Swing AWT
Need Help with Java-SWING progrmming  Hi sir, I am a beginner... with a program in swing. Could you help me with an example? Regards Sreejith ... = new JScrollPane(table); for(int i=0; i<5; i++){ column
I need help in doing this. - Java Beginners
I need help in doing this.  Student DataBase i will need creating..., and the student's GPA.using arrays and objects, need to structure the information...) return true; break; case 1: case 3: case 5: case 7: case 8
Encode 5 digit zip code - Java Beginners
Encode 5 digit zip code  I have an assignment to read in a 5 digit zip code, sum the digits, and come up with the check digit. I then need...." Can someone help me get started? The bar code is a | for a 1 and : for a 0
Need Help on JMS - JMS
Need Help on JMS   Hi, In my application i need to create my own ques and my own QueueConnectionFactory..... Plz tell me how to create the same... Any help is appriciated,.. Thanks in advance
Need help with nested queries
Need help with nested queries  Hello, Table1 has "id", "votes" columns. Table2 has "id", "Name" column. I need to retrieve Name and its corresponging Votes. I tried with nested queries but its confusing. Can anyone please help
need help please
need help please  Dear sir, my name is logeswaran. I have a big problem that I can't find the solution for a program. How can I block a user from enter a page second time. Please help me. By the way I'm using Access database
Need Help in Java programming
Need Help in Java programming  Hello. Can someone please help me with writing the following program Java program that gives assignment details such as:assignment number,assignment name,due date,submission date,percentage marks
need help to create applet
need help to create applet  Can u help me..?? I get a task ...and i dont know how to make it... So I hope that u can help me... Here is the task... e) CardLayout If u can help me, then please
Can anybody help me with this simple MySql code
Can anybody help me with this simple MySql code  select c.countryid... 18:26:40 5 23 33 aus 2013-03-17 18:26:42 6 32 35 cad 2013-03-16 18:26:31 can any one help me with the query because i want
Need help on JAVA JSP
Need help on JAVA JSP  Hi, I have never worked on java and I have been given an assignment where I have to fix existing issues in the tool(created...(need to know how I can adjust it based on the cureen system's screen resolution
Need some help urgently
Need some help urgently  Can someone please help me with this below question. I need to write a class for this. If you roll Y standard six-sided dice... need to write a class for this where X and Y are passed as parameter. If someone
hello there i need help
hello there i need help  : i need to do a program like... i am a beginner, and aside from that i am really eager to learn java please help me with the codes and please explain to me how it works. i only need to use
Need help with console program?
Need help with console program?  Write a console program that repeatedly prompts the user to enter data until they type done (any case, Upper, Lower, or Mixed). thanks in advance.   Here is an example that repeatedly
Need Help With This Scenario
Need Help With This Scenario  The bonnet of a car is opened to determine if there is anything wrong with the engine. Firstly, the radiator water is checked. If the radiator water is below the minimum indicator level
Need Help With This Scenario
Need Help With This Scenario  The bonnet of a car is opened to determine if there is anything wrong with the engine. Firstly, the radiator water is checked. If the radiator water is below the minimum indicator level
Need Help - Java Beginners
Need Help  Hello Sir, Am a beginner of Java. Also i did course on J2EE... but dont have any ideas about real time projects. But i want to do some projects in Java as well as J2EE... Can u help me and guide to do a project
I have need to help
I have need to help  Write a program that, for four points A, B, C and P, draws a triangle formed by ABC and a small cross showing the position of P; and displays a line of text indicating which of the following three cases
Re:Need Help for Editable Display table - JSP-Servlet
Re:Need Help for Editable Display table  Hi Genius i need a help in jsp to display editable display tag. I able to show the datagrid in jsp but i cant edit in that. My backend is with Mysql. I need to fetch the data
Need help - Java Beginners
Need help   To Write a Java program that asks the users to enter a m * n matrix of integers, m and n being the number of rows and columns...; Hi Friend, Please try the following code. We hope that this code will help
seriously need help....
seriously need help....  Write a program that will prompt the user to select an appliance, lookup the energy the appliance uses and for each time of use rate band: calculate the cost to run the appliance and display a bar graph
Need help with my project
Need help with my project  Uses a while loop to perform the following steps: -Prompt the user to input two integers: firstNum and secondNum where secondNum is at least 10 greater than firstNum, both numbers are positive integers
Need help in java programming
Need help in java programming  Hello. Can someone please help me with writig the following programm. Assignment 20% Presentation 10% Mini Test 10% Exam 60% Java program that accepts the following details: student