home loan
Refer Your Friend
Apply
for
Real Estate
Services available in Delhi / NCR only
Forum Home   |    Search   |   Recent Topics   |  Hottest Topics    Register   |  Login 
Discussion forums » New projects

Ask a Question
Topic: Mysql programs for BE IT students Bangalore  XML
Author Message
Edwige


Offline


SQL PRIMARY KEY Constraint
The PRIMARY KEY is used to uniquely identifies each record in a table.
Primary keys must contain the unique values in a table.
A primary key contains column cannot contains the NULL values.
Each table should have a primary key column.
Each table can have only ONE primary key column.
MySQL:
Syntax:
CREATE TABLE Persons
(
P_Id int NOT NULL,
LastName varchar(255) NOT NULL,
City varchar(255),
PRIMARY KEY (P_Id)
)

SQL Server / Oracle / MS Access:
CREATE TABLE Persons
(
P_Id int NOT NULL PRIMARY KEY,
LastName varchar(255) NOT NULL,

)

Cegonsoft final year projects

Final Year Projects
raghuramsairam


Offline

Want to have a PHP/Mysql project in hand within small duration???

Then visit Final Year Projects portal!!!!

About Final Year Projects:

Final year Project is a final semester student online project portal which provides online projects for undergraduate and postgraduate students of final semester in domains like IEEE 2010,IEEE 2011,Application Projects,Networking Projects and Mini Projects in almost all technologies like Java/J2ee,.Net,PHP/MYSQL,Lamp/Python.

Services provided:

The user can buy the projects and sell their projects through secured online transcations....

About Mysql:

MySQL is the world's most popular open source database software, with over 100 million copies of its software downloaded or distributed throughout it's history. With its superior speed, reliability, and ease of use, MySQL has become the preferred choice for Web, Web 2.0, SaaS, ISV, Telecom companies and forward-thinking corporate IT Managers because it eliminates the major problems associated with downtime, maintenance and administration for modern, online applications.

Many of the world's largest and fastest-growing organizations use MySQL to save time and money powering their high-volume Web sites, critical business systems, and packaged software — including industry leaders such as Yahoo!, Alcatel-Lucent, Google, Nokia, YouTube, Wikipedia, and Booking.com.

List of PHP/MYSQL Projects

word counting function
Music downloading website
eCommerce Website Design
Wordpress Website Graphics Design Needed
Interior Designer
web programmer
Adding and deleting friends without database!!!!!!
PHP Comment System Customization
Need a management system for insurance agency
Complete website

final semester projects
 
Discussion forums » New projects
Message Quick Reply

Go to: