Posted by AnithaKamatchi on Saturday, April 14, 2018 in Python | No comments
Saturday, April 14, 2018
About Me
Popular Posts
-
Program: declare i number; c number; n number; a number; b number; begin for i in 1..n loop c:=a+b; dbms_output.put_line(c); a...
-
Program: declare x integer; y integer; z integer; begin x:=&x; y:=&y; z:=x+y; dbms_output.put_line('The sum of two nu...
-
Usage : Extract the data from the database How the SELECT query works???? Consider the table "Student_List" as shown be...
-
Running Python Script File: Open notepad -> write the python scrip and save it as PythonFile.py. py is the extension for python file...
-
Program: declare len number; a integer; str1 varchar(10):='&str1'; str2 varchar(10); begin len:=length(str1); a:=len; ...
-
Usage : Decodes the values of a column with the one specified How the Decode SQL works???? Consider table "Participant_Lis...
-
Usage : Extract the data from the database which matches desired criteria General Syntax: Select * from table <table_name> ...
-
pythonNumbers.py #Python Numbers num_1 = num_2 = - 123 #assigning same integer value to 2 variables num_3 = 123.00 #a...
-
Program: declare f number:=1; i number; n number:=&n; begin for i in 1..n loop f:=f*i; end loop; dbms_output.put_line('T...
-
Usage : Merging tables - Update the existing rows and insert the new rows in base table from new table How the Merge SQL works???? ...
Blog Archive
Powered by Blogger.


0 comments:
Post a Comment