CREATE: Insert data into the table
RETRIEVE: Search for data using SQL queries
UPDATE: Change or modify data in a table
DELETE: Delete data from a table
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
March 13, 2015 at 2:28 pm
CRUD is:
Create table
Retrieve Table.
Update table.
Delete Table
March 21, 2015 at 8:48 pm
Create
Read
Update
Delete
March 23, 2015 at 4:58 am
create table
read
update
delete
March 23, 2015 at 11:39 pm
crud is
Create
READ
UPDATE
DELETE
March 24, 2015 at 7:02 pm
CRUD
Create, Read, Update, Delete a table
– Tomiwa
March 28, 2015 at 6:38 pm
Create , retrieve, update, delete opreations are called CRUD
June 11, 2015 at 3:44 pm
CREATE: Insert data into the table
RETRIEVE: Search for data using SQL queries
UPDATE: Change or modify data in a table
DELETE: Delete data from a table
June 11, 2015 at 4:27 pm
CRUD operations are performed on GUI or application level
August 23, 2015 at 8:55 pm
CRUD is the acronym for
CREATE , READ, UPDATE AND DELETE
These are the various types of operations performed by the users on the database.
The DB Admin will have the rights to give some or all of the CRUD permissions to the users according to their role or level in the organization.
A user with READ permssion can only read the data by using the select queries and cannot modify any data in the database tables.
Generally users are not given the Delete permission, until and unless their job or roles demands them to delete the database transactions.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile