Can we write create command in the plsql block?if possible
how?
Answers were Sorted based on User's Feedback
Answer / umadevi
yeah the above answer is correct..
begin
execute immediate 'create table tablename(column_name
coloumn_type(coloumn_length))';
end;
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sidh
Yes We can write a create command in a PL/SQL block using
dynamic SQL
eg Execute immediate 'create table tab_name....'
| Is This Answer Correct ? | 8 Yes | 0 No |
Can we use pl sql in sql server?
Define implicit and explicit cursors.
I want to know last five transactions or records from emp table, from now?
Are views faster than queries?
With out using count() function. How to the find total number of rows in a table?
what are sequences
write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
What is the difference between join and natural join?
What is pl sql architecture?
What are packages in pl sql and also explain its advantages?
Is foreign key mandatory?
What is the difference between SQL table and the PLSQL table?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)