In a table only one column how to update rows
Answer Posted / prerit
update table_name set coloumn_name=value;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can we use pl sql in mysql?
What is the usage of sql functions?
What is execute immediate?
What are the ddl commands?
How does stored procedure reduce network traffic?
how to get @@error and @@rowcount at the same time? : Sql dba
What are data types in pl sql?
How do I view stored procedures?
Define union, minus, union all, intersect ?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
What is a clob in sql?
what is a constraint? : Sql dba
what is a trigger in mysql? Define different types of trigger. : Sql dba
What are the different types of dbmss?
what is row? : Sql dba