Explain the update statement in sql



Explain the update statement in sql..

Answer / Ruby

In SQL, both 'column' and 'field' refer to individual units of data within a table. However, the term 'column' is used more commonly in database terminology, while 'field' is often used when discussing data within a spreadsheet or flat file.n For example: In a relational database management system (RDBMS), you would have tables with columns such as 'employee_id', 'first_name', and 'last_name'. If the same data were stored in a comma-separated values (CSV) file, it would be referred to as fields.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you modify a table in sql?

1 Answers  


what is the sql query to display current date? : Sql dba

1 Answers  


Types of joins ?

3 Answers   Digital GlobalSoft, HeadStrong,


How to pipe multiline string to isql?

1 Answers  


What is normalisation and its types?

1 Answers  


what is a tablespace? : Sql dba

1 Answers  


How do I count records in sql?

1 Answers  


How to move files from one directory to another in pl sql?

1 Answers  


Can a table have two primary keys?

44 Answers   HCL, MetaCube,


What is sql server and ase?

1 Answers  


How do you define a foreign key?

1 Answers  


Which is faster view or stored procedure?

1 Answers  


Categories