If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > What are the other Database operations apart from CRUD?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-09, 12:01
Theresonly1 Theresonly1 is offline
Registered User
 
Join Date: Nov 2009
Posts: 24
Question What are the other Database operations apart from CRUD?

hey

first time here.

I was wondering what other database operations apart from CRUD (Create/Retreive/Update/Delete)?

seriously i can't think of any other..
Reply With Quote
  #2 (permalink)  
Old 11-12-09, 12:12
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
i prefer SIUD to CRUD, because there is a SELECT statement but there is no RETRIEVE statement

also, CREATE refers to actually creating tables, while INSERT creates the data in tables

other operations include ALTER, DROP, GRANT, and more
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 11-12-09, 13:58
Theresonly1 Theresonly1 is offline
Registered User
 
Join Date: Nov 2009
Posts: 24
Ah.. Ok

I don't really understand why CRUD is grouped together and SUID are grouped together?

Isn't Select is a kind of retreive?

Ok, so CRUD is a form of basic database operations?
Reply With Quote
  #4 (permalink)  
Old 11-12-09, 14:13
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by Theresonly1 View Post
I don't really understand why CRUD is grouped together and SUID are grouped together?
do a search for DML and DDL
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 11-16-09, 10:27
Theresonly1 Theresonly1 is offline
Registered User
 
Join Date: Nov 2009
Posts: 24
cheers. Can't believe i got stuck on the basics
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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