Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Databases

Databases Discuss anything to do with databases in this sub forum.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-04-2011, 11:58 AM
bullockc83 bullockc83 is offline
Senior Member
 
Join Date: Jan 2011
Posts: 127
bullockc83 is on a distinguished road
Default plz suggest me query syntex: insert,delete,search.

i want to know query syntex: insert,delete,search.
thanks for advance..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-04-2011, 12:07 PM
jassaal123's Avatar
jassaal123 jassaal123 is offline
Member
 
Join Date: Feb 2011
Posts: 87
jassaal123 is on a distinguished road
Default Query syntex Terms


A query is broken up into terms and operators. There are two types of terms: Single Terms and Phrases.

A Single Term is a single word such as "test" or "hello".

A Phrase is a group of words surrounded by double quotes such as "hello dolly".

Multiple terms can be combined together with Boolean operators to form a more complex query (see below).

Note: The analyzer used to create the index will be used on the terms and phrases in the query string. So it is important to choose an analyzer that will not interfere with the terms used in the query string.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-18-2011, 05:51 PM
Jagbani Jagbani is offline
Senior Member
 
Join Date: Jul 2010
Location: punjab
Posts: 109
Jagbani is on a distinguished road
Create Table:-
Synatax
create table table_name
(
Id varchar(13),
name varchar(21),
School vatchat(23)
)
Insert Table:-
Synatax
insert table_name values(value1,value2,value3)
Search for the Table
Syantax
select * from table_name where Id='0001'
Delete the Table
Syntax
delete table table_name
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:16 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.