|
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displ...
|
RKA
91
·
2% ·
598
|
|
-
mohan patel knew 2 Years ago through Just Learned | 1 Point
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displ...
|
RKA
91
·
2% ·
598
|
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displ...
|
RKA
91
·
2% ·
598
|
|
-
mohan patel knew 2 Years ago through Just Learned | 1 Point
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displ...
|
RKA
91
·
2% ·
598
|
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displaye
|
RKA
91
·
2% ·
598
|
|
-
mohan patel Learned 2 Years ago through Just Learned | 1 Point
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
mohan patel Learned 2 Years ago through Just Learned | 1 Point
Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement
[code]DROP table test1,test2,test3[/code]......
|
-
mohan patel Liked 2 Years ago through Just Learned | 1 Point
Heard of Space function?
It returns a string of repeated spaces.
Syntax:
SPACE ( integer_expression )
integer_expression : Is a positive integer that indicates the number of spaces. If integer_expression is negative, a null string is returned....
|