Forum: MySQL Sep 22nd, 2008 |
| Replies: 2 Views: 553 What are the main differences between trancate and Delete?
And is "select" command is DML or DDL? |
Forum: MySQL Sep 16th, 2008 |
| Replies: 5 Views: 2,309 Thanks guys but i have one query, if i have some null values and some empty string in the table and if i execute select * from from table. whether it will print fields having null and empty string ?... |
Forum: MySQL Sep 15th, 2008 |
| Replies: 5 Views: 2,309 Can anyone explain me what are the main difference between a null value and blank value in database. It important please help me out. thank you. |
Forum: MySQL Sep 5th, 2008 |
| Replies: 6 Views: 1,435 |
Forum: MySQL Aug 28th, 2008 |
| Replies: 6 Views: 1,435 Can we put only subject.marks in place sum(marks)...
And one more thing can you please ellaborate how this query going to work, i mean in sub query it fetch one record or it going to fetch no. of... |
Forum: MySQL Aug 28th, 2008 |
| Replies: 6 Views: 1,435 Thanks for your reply...
i guess it going to work... |
Forum: MySQL Aug 27th, 2008 |
| Replies: 6 Views: 1,435 no one can help me out...in this forum |
Forum: MySQL Aug 25th, 2008 |
| Replies: 6 Views: 1,435 Hi i want need to fetch sec highest marks from given tables.
my database design is like:
My database design:
Table 1:
Student table
(PK)Stud_id, Stud_name
Table 2: |
Forum: MySQL Aug 22nd, 2008 |
| Replies: 2 Views: 467 Hi,
I just want to retrieve name of the employees who have two or more than two email_id in employee table. pls help me out.. |
Forum: MySQL Aug 8th, 2008 |
| Replies: 10 Views: 1,396 yes i too thinking of trigger " after inserting in salary". but was not too sure... |
Forum: MySQL Aug 8th, 2008 |
| Replies: 10 Views: 1,396 |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,396 Ya with the same Emp_id it will be ok but i wanta dd new Emp_id in sec table..
just want give more info like:
Emp table
Emp_id Emp_name
1 ABC
2 EFG
Salary table |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,396 i dont want to fetch the records i just want to insert new rec in sec table's field so when i enter new Emp_id in salary table then this Emp_id should also be reflected in first table. |
Forum: MySQL Aug 7th, 2008 |
| Replies: 10 Views: 1,396 There are two tables:
1) Emp table with fields.
Emp_id, Emp_name,Dept.
2) Salary table with fields.
Emp_id, Salary.
I want to insert new record in salary table, if i insert rec in salary table... |
Forum: MySQL Aug 6th, 2008 |
| Replies: 10 Views: 1,396 i want to insert new row in second table and this table connected to first table.
How can i do that? |