Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)
Custom Search

What is 1000Projects

'1000projects.com' is an educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc

how it works?

Everything on this site is submitted by the students in this professional community. You Can submit your Projects, Project Topics & Ideas to info.1000projects{at}gmail.com after you submit your project/project Idea/Abstract/Seminar Topics, These are being verified and approved by our administrator. after approval of this project/project Idea/Abstract/Seminar Topics, It can be shown on 1000projects.com so that other users can read/discuss it.The entire content on this website is Only For Educational Purpose, Non Commercial use!

Please help us/Other Users by sending projects/project Ideas/Abstracts/Seminar Topics. Thanking You!!!!!


Category Articles
What does "tee" command do in MySQL?
Added on Fri, Jan 8, 2010
tee" followed by a filename turns on MySQL logging to a specified file. It can be stopped by command notee. Read More
How will retrieve nth level categories from one query in mysql
Added on Fri, Jan 8, 2010
SELECT c1.CategoryID c1.Name c2.CategoryID c2.Name FROM category AS c1 category AS c2 WHERE c1.CategoryID c2.ParentID ORDER BY c1.CategoryID c2.CategoryID Read More
How many drivers in MYSQL?
Added on Fri, Jan 8, 2010
There are eleven drivers in MYSQL .Six of them from MySQL AB and five by MYSQL Communities.They are1.PHP Driver2.ODBC Driver3.JDBC Driver4.ado.net5.mxj6.CAPI1PHP DRIVER2.PERL DRIVER3.PYTHON DRIVER4.RUBY DRIVER5.C++ WRAPPER Read More
Explain about MYSQL and its features?
Added on Fri, Jan 8, 2010
MYSQL is a relational data base model and most widely RDBMS all over the world. It provides multi user access to databases. Source code for this database is available under General public license. It became popular for web applications and this is... Read More
Explain about normalization?
Added on Fri, Jan 8, 2010
Applying specific rules (normal forms) to the database is the primary process. These rules should be applied in the order specified starting with the first normal form. These rules should be adhered by every database they are 1) Each column should... Read More
What are the advantages of Mysql comparing with oracle?
Added on Fri, Jan 8, 2010
MySql has many advantages in comparison with Oracle.<br><br>1 - MySql is Open source, which can be available any time <br><br>2 - MySql has no cost of development purpose.<br><br>3 - MySql has most of features ,... Read More
Can you save your connection settings to a conf file?
Added on Fri, Jan 8, 2010
Yes, and name it ~/.my.conf. You might want to change the permissions on the file to 600, so that it?s not readable by others. Read More
Explain about creating database?
Added on Fri, Jan 8, 2010
CREATE DATABASE command will create you a database with the assigned name by the user. This is an optional statement but when you actually assign a name it checks for similarity and gives error if it encounters one. CREATE DATABASE models help you to... Read More
How to create MYSQL new users?
Added on Fri, Jan 8, 2010
There are many different ways to establish users and privileges in MYSQL. Client and GRANT command assure you about a safe connection. The syntax for establishing new users and privileges is as follows GRANT privileges ON database.* TO ?username?@... Read More
How do you start MySQL on Linux?
Added on Fri, Jan 8, 2010
/etc/init.d/mysql start Read More
Explain the difference between mysql and mysqli interfaces in PHP?
Added on Fri, Jan 8, 2010
mysqli is the object-oriented version of mysql library functions. Read More
Explain about a security flaw which is present while creating a username
Added on Fri, Jan 8, 2010
Naming MYSQL databases has to be very careful because any database starting with the test name can be accessed by every one on the network. Make sure that you don?t start the databases naming with test. It should be used only for experimental... Read More
What are CSV tables?
Added on Fri, Jan 8, 2010
Those are the special tables, data for which is saved into comma-separated values files. They cannot be indexed. Read More
How to see the database architecture in MySQL??
Added on Fri, Jan 8, 2010
mysql_stat(); Read More
Explain about primary keys?
Added on Fri, Jan 8, 2010
MYSQL allows only one primary key. This primary key can be used on multiple tables. There are many rules which should be followed such as it shouldn?t be null and it can never change. Primary key assigned should be unique it cannot be matched with... Read More
How to connect mysql from jsp(Java Server Page)?
Added on Fri, Jan 8, 2010
<%<br>String connectionURL = "jdbc:mysql://localhost:3306/database_name";<br> Connection connection = null;<br> Statement statement = null;<br><br>Class.forName("com.mysql.jdbc.Driver").newInstance();<br>... Read More
State some of the features of MYSQL
Added on Fri, Jan 8, 2010
Some of the features presented by MYSQL are 1) Multiple storage engines, Native storage engines, Partner developed storage engines, custom storage engines, community developed storage engines and commit grouping. Some of these features present in... Read More
Explain some of the uses of MYSQL?
Added on Fri, Jan 8, 2010
Mysql is widely used for web applications. This acts as a database component for many languages such as BAMP, WAMP, LAMP and MAMP. PHP and ruby added to popularity to the language. PHP and MYSQL are very much used for managing database and web... Read More
How do you start and stop MySQL on Windows?
Added on Fri, Jan 8, 2010
net start MySQL, net stop MySQL Read More
State some of the disadvantages present in MYSQL?
Added on Fri, Jan 8, 2010
MYSQL standard has diverted on the standards of implementation of Null and default values. Arithmetic operations are susceptible to integer over flow. Mode of operation of SQL is set to unusual tolerant state which developers hate. Read More
Explain about the rules which should be followed while assigning a username?
Added on Fri, Jan 8, 2010
A username has a maximum length of 16 characters. Spaces should be avoided while creating username because they are case sensitive. Hostname will be the computer from which you are going to connect. The best way to specify a username is to connect... Read More
Use mysqldump to create a copy of the database?
Added on Fri, Jan 8, 2010
mysqldump -h mysqlhost -u username -p mydatabasename > dbdump.sql Read More
What are some good ideas regarding user security in MySQL?
Added on Fri, Jan 8, 2010
There is no user without a password. There is no user without a user name. There is no user whose Host column contains % (which here indicates that the user can log in from anywhere in the network or the Internet). There are as few users as possible ... Read More
What does myisamchk do?
Added on Fri, Jan 8, 2010
It compressed the MyISAM tables, which reduces their disk usage. Read More
State two considerations which can improve the performance of MYSQL
Added on Fri, Jan 8, 2010
Two considerations which can improve the performance of MYSQL are as follows: - 1) Fixed length fields take up more space than variable length fields but they are a bit faster. 2) Size of the field should be restricted to the smallest possible... Read More
What are HEAP tables in MySQL?
Added on Fri, Jan 8, 2010
HEAP tables are in-memory. They are usually used for high-speed temporary storage. No TEXT or BLOB fields are allowed within HEAP tables. You can only use the comparison operators = and <=>. HEAP tables do not support AUTO_INCREMENT. Indexes... Read More
How do you control the max size of a HEAP table?
Added on Fri, Jan 8, 2010
MySQL config variable max_heap_table_size. Read More
Explain about the time stamp field?
Added on Fri, Jan 8, 2010
TIMESTAMP filed occurs when an INSERT and UPDATE field occurs when there is no value specified for the field. There are many behaviors for TIMESTAMP field and it depends upon the version of MYSQL. Read More
Explain federated tables
Added on Fri, Jan 8, 2010
Introduced in MySQL 5.0, federated tables allow access to the tables located on other databases on other servers. Read More
What is SERIAL data type in MySQL?
Added on Fri, Jan 8, 2010
BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT Read More
Explain the difference between BOOL, TINYINT and BIT.
Added on Fri, Jan 8, 2010
Prior to MySQL 5.0.3: those are all synonyms. After MySQL 5.0.3: BIT data type can store 8 bytes of data and should be used for binary data. Read More
Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
Added on Fri, Jan 8, 2010
The column exhibits the same behavior as a single timestamp column in a table with no other timestamp columns. Read More
What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?
Added on Fri, Jan 8, 2010
On initialization places a zero in that column, on future updates puts the current value of the timestamp in. Read More
What are the limitations of mysql in Comparison of Oracle?
Added on Fri, Jan 8, 2010
Every column in a database table is assigned a data type. The data type maybe native to the database management system or may be a custom data type. Each Oracle9i Database native data type belongs to one of six categories: character number date large... Read More
Which version of MySQL supports Subquery?
Added on Fri, Jan 8, 2010
mysql 4.0 onwards support subquery. Read More
How MySQL is different from SQL?
Added on Fri, Jan 8, 2010
1. SQL is structural quary language but mysql is database package. 2.MySQL is an opensource database but SQL is an microsoft product. Read More
Describe the use of %ROWTYPE and %TYPE in PL/SQL
Added on Fri, Jan 8, 2010
%ROWTYPE allows you to associate a variable with an entire table row. The %TYPE associates a variable with a single column type. Read More
What packages (if any) has Oracle provided for use by developers
Added on Fri, Jan 8, 2010
Oracle provides the DBMS_ series of packages. There are many which developers should be aware of such as DBMS_SQL, DBMS_PIPE, DBMS_TRANSACTION, DBMS_LOCK, DBMS_ALERT, DBMS_OUTPUT, DBMS_JOB, DBMS_UTILITY, DBMS_DDL, UTL_FILE. If they can mention a... Read More
Describe the use of PL/SQL tables
Added on Fri, Jan 8, 2010
PL/SQL tables are scalar arrays that can be referenced by a binary integer. They can be used to hold values for use in later queries or calculations. In Oracle 8 they will be able to be of the %ROWTYPE designation, or RECORD. Read More
How we can count duplicate entery in particular table against Primary Key ? What are constraints?
Added on Fri, Jan 8, 2010
The syntax in the previous answer (where count(*) > 1) is very questionable. suppose you think that you have duplicate employee numbers. there's no need to count them to find out which values were duplicate but the followin SQL will show only... Read More
How to display nth highest record in a table for example?How to display 4th highest (salary) record from customer table?
Added on Fri, Jan 8, 2010
Query: SELECT sal FROM `emp` order by sal desc limit (n-1),1If the question: "how to display 4th highest (salary) record from customer table."The query will SELECT sal FROM `emp` order by sal desc limit 3,1 Read More
What happens when we don?t use Console option?
Added on Fri, Jan 8, 2010
If console option is not present or used during the start of MYSQL then all the output will be written to the error log file. It is always better to use the console option because it reduces problem on the server. Error log file will be stored with... Read More
What?s the default port for MySQL Server?
Added on Fri, Jan 8, 2010
3306 is the default port for MySQL. Read More
How do you change a password for an existing user via mysqladmin?
Added on Fri, Jan 8, 2010
mysqladmin -u root -p password "newpassword" Read More
State some security recommendations while using MYSQL?
Added on Fri, Jan 8, 2010
Some of the security recommendations which should be followed while using MYSQL are as follows: - 1) Minimal privileges to users in the network. 2) Super and process privileges should be granted minimally. 3) File privileges should be granted... Read More
Explain about database design?
Added on Fri, Jan 8, 2010
Database design is also called as Data modeling. It is used for long-term management of database. This process is used to store information and to keep data for long term. Creating an efficient structure helps you to channelize information into... Read More
Explain the difference between MyISAM Static and MyISAM Dynamic
Added on Fri, Jan 8, 2010
MyISAM static all the fields have fixed width. The Dynamic MyISAM table would include fields such as TEXT, BLOB, etc. to accommodate the data types with various lengths. MyISAM Static would be easier to restore in case of corruption, since even... Read More
Explain about MyISAM table?
Added on Fri, Jan 8, 2010
This feature is a default type for tables. This table is not so much considered for transactions because it is not considered as safe but this kind of table is very fast in execution. The maximum key length is 1024 bytes and 64 keys per table. Size... Read More
Explain about HEAP table?
Added on Fri, Jan 8, 2010
This type of table is stored in the memory. Speed of execution of this table is very commendable. There are associated disadvantages associated with this table the primary one being loss of stored memory which occurs when there is power failure and... Read More
What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
Added on Fri, Jan 8, 2010
It stops incrementing. It does not overflow to 0 to prevent data losses, but further inserts are going to produce an error, since the key has been used already. Read More
What happens if a table has one column defined as TIMESTAMP?
Added on Fri, Jan 8, 2010
That field gets the current timestamp whenever the row gets altered. Read More
what is difference between candidate key and primary key
Added on Fri, Jan 8, 2010
Any attribute that is uniquely identify a row in a table is candidate key for the table. We select one of the candidate key as Primary key. All candidate keys which are not chosen as primary key are Alternate keys. The key which uniquely identify the... Read More
How do you use Outer Join in MySQL
Added on Fri, Jan 8, 2010
select sname,phone,feebal,feepaid from student s left outer join fees f on s.sid=f.sid; union select sname,phone,feebal from student s right outer join fees f on s.si d=f.sid; Read More
What is the Oracle rowid counterpart in MySQL?
Added on Fri, Jan 8, 2010
As row id is in oracle same as id is in mysql but in mysql there is no concept of rownum. Read More
How do you configure mysql on linux
Added on Fri, Jan 8, 2010
For the configuration of MySql these dependencies are required as: mysql-5.0 mysql-server-5.0 mysqlclient9-5.0 mysql-devel-5.0 php-mysql-5.0 install by rpm -i vh mysql-server-5.0.rpm and others also same If configured in RHEL the .rpm are... Read More
When is a declare statement needed ?
Added on Fri, Jan 8, 2010
The DECLARE statement is used in PL/ SQL anonymous blocks such as with stand alone, non-stored PL/SQL procedures. It must come first in a PL/SQL stand alone file if it is used. Read More





©2007, 1000projects.com, Only For Educational Purpose, Non Commercial use!