WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
2 6852I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country
2 6410before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
2125Post New IBM DB2 Interview Questions
how will you create the posting periods 3 and 5 or 5and 7?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
Do you know anything about JAVA?
Describe the expert system and its characteristics?
What is File System module in Node.js?
sir i want model and previous year question paper of RRB. please send it to my mail id. im a mechanical engg.
In a synchromesh device, when members G1 and F1 are slid to left and cones M1 and M2 are in contact, a) Direct gear is obtained b) Second gear is obtained c) Third gear is obtained d) Reverse gear is obtained
What is the use of the development plans component?
Why do we use abstract class
what is the difference between captive consumption and cenvat in tally erp9 and when we have to use it
internally connection of photvoltic module
what is role of MR?
What are the different functions used in sap script?
Can we apply binary search algorithm to a sorted linked list, why?
How do I edit html in joomla?