What is the sql query to display the current date?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What does the argument [or replace] do?

0 Answers  


How to write html code in pl sql?

0 Answers  


how to Update table Sales_summary with max(sales) data from table sales_dataTable 1. sales_data table Table 2. Sales_summary Region sales Region sales N 500 N 0 N 800 W 0 N 600 W 899 W 458 W 900 I want the Sales_summary After Update like this Region Sales N 800 W 900

8 Answers  


What is sql architecture?

0 Answers  


which operator is used in query for pattern matching? : Sql dba

0 Answers  






Can we use SQL%ISOPEN in implicit cursors? Does this attribute works properly in Implicit Curosors?

3 Answers  


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

0 Answers  


Is join and inner join the same?

0 Answers  


How you will create Toad Function?

1 Answers  


What does plv msg allows you to do?

0 Answers  


How do I make my sql query run faster?

0 Answers  


In a table only one column how to update rows

5 Answers   Microsoft,


Categories