Skip to main content


Welcome to Daily Updates

*** Happy Learning***

==>Bigg Boss 6 Telugu

==> JAVASCRIPT QUIZ

==>AADHAAR download, Date of birth,name and Address correction, PVC card and more links

==> MICROSOFT EXCEL TUTORIAL

SQL - UPDATE data in table

 SQL - UPDATE data in table 




Update in SQL is one of the operation in Data Management Language. In update we do updation of data already created or inserted into table. Update is really useful for doing changes in existing data without deleting and reinserting the data with changes. 

Update - this should be done carefully otherwise it will create a problem like without filtering the required record change providing change that could be reflected for all the records.

Let see with an example,

Syntax:

UPDATE table_name SET column_name= required_data WHERE column_name= value;


WHERE clause is optional, it requires only when the data update pertaining to some records not all.

Example:
 
Database name dailyupdates and table name user there want to update user id 3 data last name as Smith 

USE dailyupdates 
GO
UPDATE user SET LAST_NAME='Smith' WHERE id=3
GO

Check whether it has updated to id =3 only and then give commit command the transactions would be saved permanently.


**   Any queries comment us     **





Comments

Popular posts from this blog

JNTUK R16 percentage calculation

JNTUK R16 PERCENTAGE CALCULATION Here R16 batch students can calculate percentage according to obtained CGPA throughout the graduation. JNTUK introduced SGPA, CGPA in 2020 batch that is R16 REGULATION. Most of the companies ask percentage but students suffer how much percentage equal to obtained CGPA. for that here providing a wonderful platform for calculation of percentage by providing CGPA. ENETR CGPA BELOW BOX AND GET PERCENTAGE: ENTER CGPA    Percentage   For Lateral Entry students CGPA Calculator-  click here for Regular students CGPA Calculator -   click here Andhra Pradesh SI and Constable recruitment Notification 2022 Details - Click here for more details feel free to comment

JNTUK R16 SGPA and CGPA calculator for Lateral entry b.tech

Lateral entry students those are joined directly engineering by completing polytechnic, they may or may not appeared for ECET for getting seat in engineering course. that is B.Tech students studied course in 4 years but lateral entry students studied course is 3 years, that one year spend in polytechnic course. Lateral entry students strong in Technically than regular students. for SGPA calculator -   click here NOTE: IF ANYONE WANT CALCULATE UPTO SOME SEMISTERS(LIKE UPTO 3-2) FOR PLACEMENTS CAN PROVIDE REMAINING SGPAS AND TOTAL CREDITS AS ZEROS(0) THEN WILL GET ACCURATE CGPA TILL THAT PARTICULAR SEMISTER. FOR LATERAL ENTRY SCHEME B.TECH CGPA IS... FIRST SEMISTER SGPA    total credits   SECOND SEMISTER SGPA    total credits   THIRD SEMISTER SGPA    total credits   FOURTH SEMISTER SGPA    total credits   FIFTH SEMISTER SGPA    total credits   SIXTH SEMISTER SGPA    to

JNTUK R16 SGPA and CGPA Calculation

JNTUK university is affliating many colleges of eastern part of the Andhra Pradesh. JNTUK introduced SGPA AND CGPA concept by declaring result with grade secured and grade points, also credits. total credits for R16 is 180. Grade points for grades. SGPA has to calculate every semister but CGPA is caluculated over all semisters Grade - Grade points 1. O - 10 2. S - 9 3. A - 8 4. B - 7 5. C - 6 6. D - 5 7. F - FAIL For SGPA calculation for every semister - click here NOTE: IF ANYONE WANT CALCULATE UPTO SOME SEMISTERS(LIKE UPTO 3-2) FOR PLACEMENTS CAN PROVIDE REMAINING SGPAS AND TOTAL CREDITS AS ZEROS(0) THEN WILL GET ACCURATE CGPA TILL THAT PARTICULAR SEMISTER. FOR CGPA ENTER DETAILS BELOW : FIRST SEMISTER SGPA    total credits   SECOND SEMISTER SGPA    total credits   THIRD SEMISTER SGPA    total credits   FOURTH SEMISTER SGPA    total credits   FIFTH SEMISTER SGPA    total credits