SQL ESSENTIALS | |||||||||||||||||||||||||||||||||||
With just a dozen commands and functions, a developer is able to perform most activities related to querying and manipulating a database. | |||||||||||||||||||||||||||||||||||
Commands like Select , insert , delete , update , create Function like Sum () Avg () Max() , Min() Count() | |||||||||||||||||||||||||||||||||||
The SQL declarations, or commands, are divided into two main categories: DDL and DML | |||||||||||||||||||||||||||||||||||
DDL, or data definition language, is the part of SQL used to define the data and objects in a database. When these commands are used, entries are made in a data dictionary in the SQL server. Following are some DDL commands: Create Table-, Create Index , Alter Table, Drop Table, Drop Index | |||||||||||||||||||||||||||||||||||
DML, the language for manipulating data, is the part of SQL used to recover or manipulate data. Its commands are responsible for the queries and changes made to tables. These are some of the most important commands in this category: Select , insert , update rollback | |||||||||||||||||||||||||||||||||||
Data Type in SQL
| |||||||||||||||||||||||||||||||||||
Select command is the essence of the SQL language | |||||||||||||||||||||||||||||||||||
Basic syntax: SELECT [*] [ALL | DISTINCT] [name =] expression [expression [AS name]] FROM [correlation_name] WHERE [GROUP BY ] ] [HAVING ] [ORDER BY [ASC] [DESC]] ] | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Monday, 9 January 2012
Some Basic Information About SQL
Sunday, 8 January 2012
Google Chrome - Shortcuts
The shortcuts for Google Chrome browser. This will save your lots of time.
1 Google Chrome remembers the last 10 tabs that you’ve closed
Action/Function | Shortcut |
Add ‘www.’ and ‘.com’ to your input in the address bar and open the web address | Type the part of the web address that’s between ‘www.’ and ‘.com’, then press Ctrl + Enter |
Highlight content in the web address area | F6 or Ctrl + L or Alt + D |
Open your web address in a new tab | Type a web address, then press Alt + Enter |
Places a ‘?’ in the address bar. Type a search term after the ‘?’ to perform a search using your default search engine. | Ctrl + K or Ctrl + E |
Jump to the previous word in the address bar | Place your cursor in the address bar, the press Ctrl + Left Arrow |
Jump to the next word in the address bar | Place your cursor in the address bar, then press Ctrl + Right Arrow |
Delete the previous word in the address bar | Place your cursor in the address bar, then press Ctrl + Backspace |
Action/Function | Shortcut |
Toggle bookmarks bar on and off | Ctrl + B |
View the History page | Ctrl + H |
View the Downloads page | Ctrl + J |
View the Task Manager | Shift + Esc |
Action/Function | Shortcut |
Print your current page | Ctrl + P |
Reload current page | F5 |
Stop page loading | Esc |
Reload current page, ignoring cached content | Ctrl + F5 or Shift + F5 |
Scroll down the web page | Space bar |
Go to the top of the page | Home |
Go to the bottom of the page | End |
Download link | Press Alt, then click the link |
Open find-in-page box | Ctrl + F |
Find next match for your input in the find-in-page box | Ctrl + G or F3 |
Find previous match for your input in the find-in-page box | Ctrl + Shift + G or Shift + F3 |
View source | Ctrl + U |
Bookmark your current webpage | Ctrl + D |
Make text larger | Ctrl + + |
Make text smaller | Ctrl + - |
Return to normal text size | Ctrl + 0 |
Action/Function | Shortcut |
Copy content to the clipboard | Highlight content, then press Ctrl + C |
Paste current content from the clipboard | Place your cursor in a text field, then press Ctrl + V or Shift + Insert |
Delete the content and copy it to the clipboard (cut) | Highlight the content in a text field, then press Ctrl + X or Shift + Delete |
Subscribe to:
Posts (Atom)
